Shades of Curious Blue #397DCB
Tints of Curious Blue #397DCB
RGB
CMYK
RGB Variations
Color information
#397DCB (or 0x397DCB) is known color: Curious Blue. HEX triplet: 39, 7D and CB. RGB value is (57,125,203). Sum of RGB (Red+Green+Blue) = 57+125+203=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #397DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DCB is #C68234. Grayscale: #717171. Windows color (decimal): -13009461 or 13335865. OLE color: 13335865.
HSL color Cylindrical-coordinate representation of color #397DCB: hue angle of 212.05º degrees, saturation: 0.58, 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 #397DCB is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 125 | 203 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.20 |
| HSL | 212.05º | 0.58% | 0.51% | - |
| HSV(B) | 212.05º | 0.72% | 0.8% | - |
| XYZ | 19.8 | 19.85 | 59.29 | - |
| YUV | 113.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 203 | 0.72 | 0.38 | 0 | 0.20 | 212.05 | 0.58 | 0.51 |
| Hex | 39 | 7D | CB | 48 | 26 | 0 | 14 | D4 | 3A | 33 |
| Octal | 71 | 175 | 313 | 110 | 46 | 0 | 24 | 324 | 72 | 63 |
| Binary | 111001 | 1111101 | 11001011 | 1001000 | 100110 | 0 | 10100 | 11010100 | 111010 | 110011 |
Color Harmonies of #397DCB
Complementary color
Monochromatic Colors of #397DCB
Black with #397DCB
Text Example
Text Example
White with #397DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DCB; }
p { color: rgb(57,125,203); }
H1.HeaderClassName
{
color: #397DCB;
}
.AnyTagClassName
{
color: #397DCB;
}
</style>
background-color css
<style>
a { background-color: #397DCB; }
a { background-color: rgb(57,125,203); }
div.DivClassName
{
background-color: #397DCB;
}
.BgClassName
{
background-color: #397DCB;
}
</style>
border-color css
<style>
span { border-color: #397DCB; }
span { border-color: rgb(57,125,203); }
td.TdClassName
{
border-color: #397DCB;
}
.TagClassName
{
border-color: #397DCB;
}
</style>