Shades of Curious Blue #3975CB
Tints of Curious Blue #3975CB
RGB
CMYK
RGB Variations
Color information
#3975CB (or 0x3975CB) is known color: Curious Blue. HEX triplet: 39, 75 and CB. RGB value is (57,117,203). Sum of RGB (Red+Green+Blue) = 57+117+203=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #3975CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975CB is #C68A34. Grayscale: #6C6C6C. Windows color (decimal): -13011509 or 13333817. OLE color: 13333817.
HSL color Cylindrical-coordinate representation of color #3975CB: hue angle of 215.34º 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 #3975CB is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 117 | 203 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.20 |
| HSL | 215.34º | 0.58% | 0.51% | - |
| HSV(B) | 215.34º | 0.72% | 0.8% | - |
| XYZ | 18.83 | 17.9 | 58.96 | - |
| YUV | 108.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 203 | 0.72 | 0.42 | 0 | 0.20 | 215.34 | 0.58 | 0.51 |
| Hex | 39 | 75 | CB | 48 | 2A | 0 | 14 | D7 | 3A | 33 |
| Octal | 71 | 165 | 313 | 110 | 52 | 0 | 24 | 327 | 72 | 63 |
| Binary | 111001 | 1110101 | 11001011 | 1001000 | 101010 | 0 | 10100 | 11010111 | 111010 | 110011 |
Color Harmonies of #3975CB
Complementary color
Monochromatic Colors of #3975CB
Black with #3975CB
Text Example
Text Example
White with #3975CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3975CB; }
p { color: rgb(57,117,203); }
H1.HeaderClassName
{
color: #3975CB;
}
.AnyTagClassName
{
color: #3975CB;
}
</style>
background-color css
<style>
a { background-color: #3975CB; }
a { background-color: rgb(57,117,203); }
div.DivClassName
{
background-color: #3975CB;
}
.BgClassName
{
background-color: #3975CB;
}
</style>
border-color css
<style>
span { border-color: #3975CB; }
span { border-color: rgb(57,117,203); }
td.TdClassName
{
border-color: #3975CB;
}
.TagClassName
{
border-color: #3975CB;
}
</style>