Shades of Curious Blue #397BB6
Tints of Curious Blue #397BB6
RGB
CMYK
RGB Variations
Color information
#397BB6 (or 0x397BB6) is known color: Curious Blue. HEX triplet: 39, 7B and B6. RGB value is (57,123,182). Sum of RGB (Red+Green+Blue) = 57+123+182=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #397BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BB6 is #C68449. Grayscale: #6D6D6D. Windows color (decimal): -13009994 or 11959097. OLE color: 11959097.
HSL color Cylindrical-coordinate representation of color #397BB6: hue angle of 208.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397BB6 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 123 | 182 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.29 |
| HSL | 208.32º | 0.52% | 0.47% | - |
| HSV(B) | 208.32º | 0.69% | 0.71% | - |
| XYZ | 17.21 | 18.41 | 46.9 | - |
| YUV | 109.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 182 | 0.69 | 0.32 | 0 | 0.29 | 208.32 | 0.52 | 0.47 |
| Hex | 39 | 7B | B6 | 45 | 20 | 0 | 1D | D0 | 34 | 2F |
| Octal | 71 | 173 | 266 | 105 | 40 | 0 | 35 | 320 | 64 | 57 |
| Binary | 111001 | 1111011 | 10110110 | 1000101 | 100000 | 0 | 11101 | 11010000 | 110100 | 101111 |
Color Harmonies of #397BB6
Complementary color
Monochromatic Colors of #397BB6
Black with #397BB6
Text Example
Text Example
White with #397BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BB6; }
p { color: rgb(57,123,182); }
H1.HeaderClassName
{
color: #397BB6;
}
.AnyTagClassName
{
color: #397BB6;
}
</style>
background-color css
<style>
a { background-color: #397BB6; }
a { background-color: rgb(57,123,182); }
div.DivClassName
{
background-color: #397BB6;
}
.BgClassName
{
background-color: #397BB6;
}
</style>
border-color css
<style>
span { border-color: #397BB6; }
span { border-color: rgb(57,123,182); }
td.TdClassName
{
border-color: #397BB6;
}
.TagClassName
{
border-color: #397BB6;
}
</style>