Shades of Curious Blue #397CCE
Tints of Curious Blue #397CCE
RGB
CMYK
RGB Variations
Color information
#397CCE (or 0x397CCE) is known color: Curious Blue. HEX triplet: 39, 7C and CE. RGB value is (57,124,206). Sum of RGB (Red+Green+Blue) = 57+124+206=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #397CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CCE is #C68331. Grayscale: #707070. Windows color (decimal): -13009714 or 13532217. OLE color: 13532217.
HSL color Cylindrical-coordinate representation of color #397CCE: hue angle of 213.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397CCE is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 124 | 206 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.19 |
| HSL | 213.02º | 0.6% | 0.52% | - |
| HSV(B) | 213.02º | 0.72% | 0.81% | - |
| XYZ | 20.04 | 19.74 | 61.15 | - |
| YUV | 113.32 | 180.3 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 206 | 0.72 | 0.40 | 0 | 0.19 | 213.02 | 0.6 | 0.52 |
| Hex | 39 | 7C | CE | 48 | 28 | 0 | 13 | D5 | 3C | 34 |
| Octal | 71 | 174 | 316 | 110 | 50 | 0 | 23 | 325 | 74 | 64 |
| Binary | 111001 | 1111100 | 11001110 | 1001000 | 101000 | 0 | 10011 | 11010101 | 111100 | 110100 |
Color Harmonies of #397CCE
Complementary color
Monochromatic Colors of #397CCE
Black with #397CCE
Text Example
Text Example
White with #397CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CCE; }
p { color: rgb(57,124,206); }
H1.HeaderClassName
{
color: #397CCE;
}
.AnyTagClassName
{
color: #397CCE;
}
</style>
background-color css
<style>
a { background-color: #397CCE; }
a { background-color: rgb(57,124,206); }
div.DivClassName
{
background-color: #397CCE;
}
.BgClassName
{
background-color: #397CCE;
}
</style>
border-color css
<style>
span { border-color: #397CCE; }
span { border-color: rgb(57,124,206); }
td.TdClassName
{
border-color: #397CCE;
}
.TagClassName
{
border-color: #397CCE;
}
</style>