Shades of Curious Blue #397FD0
Tints of Curious Blue #397FD0
RGB
CMYK
RGB Variations
Color information
#397FD0 (or 0x397FD0) is known color: Curious Blue. HEX triplet: 39, 7F and D0. RGB value is (57,127,208). Sum of RGB (Red+Green+Blue) = 57+127+208=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #397FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FD0 is #C6802F. Grayscale: #727272. Windows color (decimal): -13008944 or 13664057. OLE color: 13664057.
HSL color Cylindrical-coordinate representation of color #397FD0: hue angle of 212.19º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397FD0 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 127 | 208 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.18 |
| HSL | 212.19º | 0.62% | 0.52% | - |
| HSV(B) | 212.19º | 0.73% | 0.82% | - |
| XYZ | 20.66 | 20.6 | 62.56 | - |
| YUV | 115.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 208 | 0.73 | 0.39 | 0 | 0.18 | 212.19 | 0.62 | 0.52 |
| Hex | 39 | 7F | D0 | 49 | 27 | 0 | 12 | D4 | 3E | 34 |
| Octal | 71 | 177 | 320 | 111 | 47 | 0 | 22 | 324 | 76 | 64 |
| Binary | 111001 | 1111111 | 11010000 | 1001001 | 100111 | 0 | 10010 | 11010100 | 111110 | 110100 |
Color Harmonies of #397FD0
Complementary color
Monochromatic Colors of #397FD0
Black with #397FD0
Text Example
Text Example
White with #397FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FD0; }
p { color: rgb(57,127,208); }
H1.HeaderClassName
{
color: #397FD0;
}
.AnyTagClassName
{
color: #397FD0;
}
</style>
background-color css
<style>
a { background-color: #397FD0; }
a { background-color: rgb(57,127,208); }
div.DivClassName
{
background-color: #397FD0;
}
.BgClassName
{
background-color: #397FD0;
}
</style>
border-color css
<style>
span { border-color: #397FD0; }
span { border-color: rgb(57,127,208); }
td.TdClassName
{
border-color: #397FD0;
}
.TagClassName
{
border-color: #397FD0;
}
</style>