Shades of Curious Blue #397DCC
Tints of Curious Blue #397DCC
RGB
CMYK
RGB Variations
Color information
#397DCC (or 0x397DCC) is known color: Curious Blue. HEX triplet: 39, 7D and CC. RGB value is (57,125,204). Sum of RGB (Red+Green+Blue) = 57+125+204=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #397DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DCC is #C68233. Grayscale: #717171. Windows color (decimal): -13009460 or 13401401. OLE color: 13401401.
HSL color Cylindrical-coordinate representation of color #397DCC: hue angle of 212.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397DCC is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 125 | 204 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.2 |
| HSL | 212.24º | 0.59% | 0.51% | - |
| HSV(B) | 212.24º | 0.72% | 0.8% | - |
| XYZ | 19.92 | 19.9 | 59.92 | - |
| YUV | 113.67 | 178.97 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 204 | 0.72 | 0.39 | 0 | 0.2 | 212.24 | 0.59 | 0.51 |
| Hex | 39 | 7D | CC | 48 | 27 | 0 | 14 | D4 | 3B | 33 |
| Octal | 71 | 175 | 314 | 110 | 47 | 0 | 24 | 324 | 73 | 63 |
| Binary | 111001 | 1111101 | 11001100 | 1001000 | 100111 | 0 | 10100 | 11010100 | 111011 | 110011 |
Color Harmonies of #397DCC
Complementary color
Monochromatic Colors of #397DCC
Black with #397DCC
Text Example
Text Example
White with #397DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DCC; }
p { color: rgb(57,125,204); }
H1.HeaderClassName
{
color: #397DCC;
}
.AnyTagClassName
{
color: #397DCC;
}
</style>
background-color css
<style>
a { background-color: #397DCC; }
a { background-color: rgb(57,125,204); }
div.DivClassName
{
background-color: #397DCC;
}
.BgClassName
{
background-color: #397DCC;
}
</style>
border-color css
<style>
span { border-color: #397DCC; }
span { border-color: rgb(57,125,204); }
td.TdClassName
{
border-color: #397DCC;
}
.TagClassName
{
border-color: #397DCC;
}
</style>