Shades of Curious Blue #397ECC
Tints of Curious Blue #397ECC
RGB
CMYK
RGB Variations
Color information
#397ECC (or 0x397ECC) is known color: Curious Blue. HEX triplet: 39, 7E and CC. RGB value is (57,126,204). Sum of RGB (Red+Green+Blue) = 57+126+204=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #397ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ECC is #C68133. Grayscale: #717171. Windows color (decimal): -13009204 or 13401657. OLE color: 13401657.
HSL color Cylindrical-coordinate representation of color #397ECC: hue angle of 211.84º 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 #397ECC is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 126 | 204 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.2 |
| HSL | 211.84º | 0.59% | 0.51% | - |
| HSV(B) | 211.84º | 0.72% | 0.8% | - |
| XYZ | 20.05 | 20.15 | 59.96 | - |
| YUV | 114.26 | 178.64 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 204 | 0.72 | 0.38 | 0 | 0.2 | 211.84 | 0.59 | 0.51 |
| Hex | 39 | 7E | CC | 48 | 26 | 0 | 14 | D4 | 3B | 33 |
| Octal | 71 | 176 | 314 | 110 | 46 | 0 | 24 | 324 | 73 | 63 |
| Binary | 111001 | 1111110 | 11001100 | 1001000 | 100110 | 0 | 10100 | 11010100 | 111011 | 110011 |
Color Harmonies of #397ECC
Complementary color
Monochromatic Colors of #397ECC
Black with #397ECC
Text Example
Text Example
White with #397ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397ECC; }
p { color: rgb(57,126,204); }
H1.HeaderClassName
{
color: #397ECC;
}
.AnyTagClassName
{
color: #397ECC;
}
</style>
background-color css
<style>
a { background-color: #397ECC; }
a { background-color: rgb(57,126,204); }
div.DivClassName
{
background-color: #397ECC;
}
.BgClassName
{
background-color: #397ECC;
}
</style>
border-color css
<style>
span { border-color: #397ECC; }
span { border-color: rgb(57,126,204); }
td.TdClassName
{
border-color: #397ECC;
}
.TagClassName
{
border-color: #397ECC;
}
</style>