Shades of Curious Blue #397AB3
Tints of Curious Blue #397AB3
RGB
CMYK
RGB Variations
Color information
#397AB3 (or 0x397AB3) is known color: Curious Blue. HEX triplet: 39, 7A and B3. RGB value is (57,122,179). Sum of RGB (Red+Green+Blue) = 57+122+179=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #397AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AB3 is #C6854C. Grayscale: #6C6C6C. Windows color (decimal): -13010253 or 11762233. OLE color: 11762233.
HSL color Cylindrical-coordinate representation of color #397AB3: hue angle of 208.03º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #397AB3 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 122 | 179 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.30 |
| HSL | 208.03º | 0.52% | 0.46% | - |
| HSV(B) | 208.03º | 0.68% | 0.7% | - |
| XYZ | 16.78 | 18.04 | 45.25 | - |
| YUV | 109.06 | 167.47 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 179 | 0.68 | 0.32 | 0 | 0.30 | 208.03 | 0.52 | 0.46 |
| Hex | 39 | 7A | B3 | 44 | 20 | 0 | 1E | D0 | 34 | 2E |
| Octal | 71 | 172 | 263 | 104 | 40 | 0 | 36 | 320 | 64 | 56 |
| Binary | 111001 | 1111010 | 10110011 | 1000100 | 100000 | 0 | 11110 | 11010000 | 110100 | 101110 |
Color Harmonies of #397AB3
Complementary color
Monochromatic Colors of #397AB3
Black with #397AB3
Text Example
Text Example
White with #397AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AB3; }
p { color: rgb(57,122,179); }
H1.HeaderClassName
{
color: #397AB3;
}
.AnyTagClassName
{
color: #397AB3;
}
</style>
background-color css
<style>
a { background-color: #397AB3; }
a { background-color: rgb(57,122,179); }
div.DivClassName
{
background-color: #397AB3;
}
.BgClassName
{
background-color: #397AB3;
}
</style>
border-color css
<style>
span { border-color: #397AB3; }
span { border-color: rgb(57,122,179); }
td.TdClassName
{
border-color: #397AB3;
}
.TagClassName
{
border-color: #397AB3;
}
</style>