Shades of Curious Blue #397FB8
Tints of Curious Blue #397FB8
RGB
CMYK
RGB Variations
Color information
#397FB8 (or 0x397FB8) is known color: Curious Blue. HEX triplet: 39, 7F and B8. RGB value is (57,127,184). Sum of RGB (Red+Green+Blue) = 57+127+184=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #397FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FB8 is #C68047. Grayscale: #707070. Windows color (decimal): -13008968 or 12091193. OLE color: 12091193.
HSL color Cylindrical-coordinate representation of color #397FB8: hue angle of 206.93º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397FB8 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 57 | 127 | 184 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.28 |
| HSL | 206.93º | 0.53% | 0.47% | - |
| HSV(B) | 206.93º | 0.69% | 0.72% | - |
| XYZ | 17.93 | 19.51 | 48.17 | - |
| YUV | 112.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 184 | 0.69 | 0.31 | 0 | 0.28 | 206.93 | 0.53 | 0.47 |
| Hex | 39 | 7F | B8 | 45 | 1F | 0 | 1C | CF | 35 | 2F |
| Octal | 71 | 177 | 270 | 105 | 37 | 0 | 34 | 317 | 65 | 57 |
| Binary | 111001 | 1111111 | 10111000 | 1000101 | 11111 | 0 | 11100 | 11001111 | 110101 | 101111 |
Color Harmonies of #397FB8
Complementary color
Monochromatic Colors of #397FB8
Black with #397FB8
Text Example
Text Example
White with #397FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FB8; }
p { color: rgb(57,127,184); }
H1.HeaderClassName
{
color: #397FB8;
}
.AnyTagClassName
{
color: #397FB8;
}
</style>
background-color css
<style>
a { background-color: #397FB8; }
a { background-color: rgb(57,127,184); }
div.DivClassName
{
background-color: #397FB8;
}
.BgClassName
{
background-color: #397FB8;
}
</style>
border-color css
<style>
span { border-color: #397FB8; }
span { border-color: rgb(57,127,184); }
td.TdClassName
{
border-color: #397FB8;
}
.TagClassName
{
border-color: #397FB8;
}
</style>