Shades of Curious Blue #397DCD
Tints of Curious Blue #397DCD
RGB
CMYK
RGB Variations
Color information
#397DCD (or 0x397DCD) is known color: Curious Blue. HEX triplet: 39, 7D and CD. RGB value is (57,125,205). Sum of RGB (Red+Green+Blue) = 57+125+205=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #397DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DCD is #C68232. Grayscale: #717171. Windows color (decimal): -13009459 or 13466937. OLE color: 13466937.
HSL color Cylindrical-coordinate representation of color #397DCD: hue angle of 212.43º degrees, saturation: 0.6, 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 #397DCD is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 125 | 205 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.20 |
| HSL | 212.43º | 0.6% | 0.51% | - |
| HSV(B) | 212.43º | 0.72% | 0.8% | - |
| XYZ | 20.04 | 19.94 | 60.55 | - |
| YUV | 113.79 | 179.47 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 205 | 0.72 | 0.39 | 0 | 0.20 | 212.43 | 0.6 | 0.51 |
| Hex | 39 | 7D | CD | 48 | 27 | 0 | 14 | D4 | 3C | 33 |
| Octal | 71 | 175 | 315 | 110 | 47 | 0 | 24 | 324 | 74 | 63 |
| Binary | 111001 | 1111101 | 11001101 | 1001000 | 100111 | 0 | 10100 | 11010100 | 111100 | 110011 |
Color Harmonies of #397DCD
Complementary color
Monochromatic Colors of #397DCD
Black with #397DCD
Text Example
Text Example
White with #397DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DCD; }
p { color: rgb(57,125,205); }
H1.HeaderClassName
{
color: #397DCD;
}
.AnyTagClassName
{
color: #397DCD;
}
</style>
background-color css
<style>
a { background-color: #397DCD; }
a { background-color: rgb(57,125,205); }
div.DivClassName
{
background-color: #397DCD;
}
.BgClassName
{
background-color: #397DCD;
}
</style>
border-color css
<style>
span { border-color: #397DCD; }
span { border-color: rgb(57,125,205); }
td.TdClassName
{
border-color: #397DCD;
}
.TagClassName
{
border-color: #397DCD;
}
</style>