Shades of Curious Blue #3977CB
Tints of Curious Blue #3977CB
RGB
CMYK
RGB Variations
Color information
#3977CB (or 0x3977CB) is known color: Curious Blue. HEX triplet: 39, 77 and CB. RGB value is (57,119,203). Sum of RGB (Red+Green+Blue) = 57+119+203=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #3977CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3977CB is #C68834. Grayscale: #6D6D6D. Windows color (decimal): -13010997 or 13334329. OLE color: 13334329.
HSL color Cylindrical-coordinate representation of color #3977CB: hue angle of 214.52º 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 #3977CB is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 119 | 203 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.20 |
| HSL | 214.52º | 0.58% | 0.51% | - |
| HSV(B) | 214.52º | 0.72% | 0.8% | - |
| XYZ | 19.06 | 18.38 | 59.04 | - |
| YUV | 110.04 | 180.46 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 203 | 0.72 | 0.41 | 0 | 0.20 | 214.52 | 0.58 | 0.51 |
| Hex | 39 | 77 | CB | 48 | 29 | 0 | 14 | D7 | 3A | 33 |
| Octal | 71 | 167 | 313 | 110 | 51 | 0 | 24 | 327 | 72 | 63 |
| Binary | 111001 | 1110111 | 11001011 | 1001000 | 101001 | 0 | 10100 | 11010111 | 111010 | 110011 |
Color Harmonies of #3977CB
Complementary color
Monochromatic Colors of #3977CB
Black with #3977CB
Text Example
Text Example
White with #3977CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3977CB; }
p { color: rgb(57,119,203); }
H1.HeaderClassName
{
color: #3977CB;
}
.AnyTagClassName
{
color: #3977CB;
}
</style>
background-color css
<style>
a { background-color: #3977CB; }
a { background-color: rgb(57,119,203); }
div.DivClassName
{
background-color: #3977CB;
}
.BgClassName
{
background-color: #3977CB;
}
</style>
border-color css
<style>
span { border-color: #3977CB; }
span { border-color: rgb(57,119,203); }
td.TdClassName
{
border-color: #3977CB;
}
.TagClassName
{
border-color: #3977CB;
}
</style>