Shades of Curious Blue #397FD1
Tints of Curious Blue #397FD1
RGB
CMYK
RGB Variations
Color information
#397FD1 (or 0x397FD1) is known color: Curious Blue. HEX triplet: 39, 7F and D1. RGB value is (57,127,209). Sum of RGB (Red+Green+Blue) = 57+127+209=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #397FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FD1 is #C6802E. Grayscale: #737373. Windows color (decimal): -13008943 or 13729593. OLE color: 13729593.
HSL color Cylindrical-coordinate representation of color #397FD1: hue angle of 212.37º 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 #397FD1 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 127 | 209 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.18 |
| HSL | 212.37º | 0.62% | 0.52% | - |
| HSV(B) | 212.37º | 0.73% | 0.82% | - |
| XYZ | 20.79 | 20.65 | 63.21 | - |
| YUV | 115.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 209 | 0.73 | 0.39 | 0 | 0.18 | 212.37 | 0.62 | 0.52 |
| Hex | 39 | 7F | D1 | 49 | 27 | 0 | 12 | D4 | 3E | 34 |
| Octal | 71 | 177 | 321 | 111 | 47 | 0 | 22 | 324 | 76 | 64 |
| Binary | 111001 | 1111111 | 11010001 | 1001001 | 100111 | 0 | 10010 | 11010100 | 111110 | 110100 |
Color Harmonies of #397FD1
Complementary color
Monochromatic Colors of #397FD1
Black with #397FD1
Text Example
Text Example
White with #397FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FD1; }
p { color: rgb(57,127,209); }
H1.HeaderClassName
{
color: #397FD1;
}
.AnyTagClassName
{
color: #397FD1;
}
</style>
background-color css
<style>
a { background-color: #397FD1; }
a { background-color: rgb(57,127,209); }
div.DivClassName
{
background-color: #397FD1;
}
.BgClassName
{
background-color: #397FD1;
}
</style>
border-color css
<style>
span { border-color: #397FD1; }
span { border-color: rgb(57,127,209); }
td.TdClassName
{
border-color: #397FD1;
}
.TagClassName
{
border-color: #397FD1;
}
</style>