Shades of Curious Blue #397ECE
Tints of Curious Blue #397ECE
RGB
CMYK
RGB Variations
Color information
#397ECE (or 0x397ECE) is known color: Curious Blue. HEX triplet: 39, 7E and CE. RGB value is (57,126,206). Sum of RGB (Red+Green+Blue) = 57+126+206=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #397ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ECE is #C68131. Grayscale: #727272. Windows color (decimal): -13009202 or 13532729. OLE color: 13532729.
HSL color Cylindrical-coordinate representation of color #397ECE: hue angle of 212.21º 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 #397ECE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 126 | 206 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.19 |
| HSL | 212.21º | 0.6% | 0.52% | - |
| HSV(B) | 212.21º | 0.72% | 0.81% | - |
| XYZ | 20.29 | 20.25 | 61.23 | - |
| YUV | 114.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 206 | 0.72 | 0.39 | 0 | 0.19 | 212.21 | 0.6 | 0.52 |
| Hex | 39 | 7E | CE | 48 | 27 | 0 | 13 | D4 | 3C | 34 |
| Octal | 71 | 176 | 316 | 110 | 47 | 0 | 23 | 324 | 74 | 64 |
| Binary | 111001 | 1111110 | 11001110 | 1001000 | 100111 | 0 | 10011 | 11010100 | 111100 | 110100 |
Color Harmonies of #397ECE
Complementary color
Monochromatic Colors of #397ECE
Black with #397ECE
Text Example
Text Example
White with #397ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397ECE; }
p { color: rgb(57,126,206); }
H1.HeaderClassName
{
color: #397ECE;
}
.AnyTagClassName
{
color: #397ECE;
}
</style>
background-color css
<style>
a { background-color: #397ECE; }
a { background-color: rgb(57,126,206); }
div.DivClassName
{
background-color: #397ECE;
}
.BgClassName
{
background-color: #397ECE;
}
</style>
border-color css
<style>
span { border-color: #397ECE; }
span { border-color: rgb(57,126,206); }
td.TdClassName
{
border-color: #397ECE;
}
.TagClassName
{
border-color: #397ECE;
}
</style>