Shades of Curious Blue #397BCE
Tints of Curious Blue #397BCE
RGB
CMYK
RGB Variations
Color information
#397BCE (or 0x397BCE) is known color: Curious Blue. HEX triplet: 39, 7B and CE. RGB value is (57,123,206). Sum of RGB (Red+Green+Blue) = 57+123+206=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #397BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BCE is #C68431. Grayscale: #707070. Windows color (decimal): -13009970 or 13531961. OLE color: 13531961.
HSL color Cylindrical-coordinate representation of color #397BCE: hue angle of 213.42º 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 #397BCE is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 123 | 206 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.19 |
| HSL | 213.42º | 0.6% | 0.52% | - |
| HSV(B) | 213.42º | 0.72% | 0.81% | - |
| XYZ | 19.91 | 19.49 | 61.11 | - |
| YUV | 112.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 206 | 0.72 | 0.40 | 0 | 0.19 | 213.42 | 0.6 | 0.52 |
| Hex | 39 | 7B | CE | 48 | 28 | 0 | 13 | D5 | 3C | 34 |
| Octal | 71 | 173 | 316 | 110 | 50 | 0 | 23 | 325 | 74 | 64 |
| Binary | 111001 | 1111011 | 11001110 | 1001000 | 101000 | 0 | 10011 | 11010101 | 111100 | 110100 |
Color Harmonies of #397BCE
Complementary color
Monochromatic Colors of #397BCE
Black with #397BCE
Text Example
Text Example
White with #397BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BCE; }
p { color: rgb(57,123,206); }
H1.HeaderClassName
{
color: #397BCE;
}
.AnyTagClassName
{
color: #397BCE;
}
</style>
background-color css
<style>
a { background-color: #397BCE; }
a { background-color: rgb(57,123,206); }
div.DivClassName
{
background-color: #397BCE;
}
.BgClassName
{
background-color: #397BCE;
}
</style>
border-color css
<style>
span { border-color: #397BCE; }
span { border-color: rgb(57,123,206); }
td.TdClassName
{
border-color: #397BCE;
}
.TagClassName
{
border-color: #397BCE;
}
</style>