Shades of Curious Blue #3995CE
Tints of Curious Blue #3995CE
RGB
CMYK
RGB Variations
Color information
#3995CE (or 0x3995CE) is known color: Curious Blue. HEX triplet: 39, 95 and CE. RGB value is (57,149,206). Sum of RGB (Red+Green+Blue) = 57+149+206=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #3995CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3995CE is #C66A31. Grayscale: #7F7F7F. Windows color (decimal): -13003314 or 13538617. OLE color: 13538617.
HSL color Cylindrical-coordinate representation of color #3995CE: hue angle of 202.95º 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 #3995CE is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 149 | 206 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.19 |
| HSL | 202.95º | 0.6% | 0.52% | - |
| HSV(B) | 202.95º | 0.72% | 0.81% | - |
| XYZ | 23.58 | 26.82 | 62.33 | - |
| YUV | 127.99 | 172.02 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 206 | 0.72 | 0.28 | 0 | 0.19 | 202.95 | 0.6 | 0.52 |
| Hex | 39 | 95 | CE | 48 | 1C | 0 | 13 | CB | 3C | 34 |
| Octal | 71 | 225 | 316 | 110 | 34 | 0 | 23 | 313 | 74 | 64 |
| Binary | 111001 | 10010101 | 11001110 | 1001000 | 11100 | 0 | 10011 | 11001011 | 111100 | 110100 |
Color Harmonies of #3995CE
Complementary color
Monochromatic Colors of #3995CE
Black with #3995CE
Text Example
Text Example
White with #3995CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3995CE; }
p { color: rgb(57,149,206); }
H1.HeaderClassName
{
color: #3995CE;
}
.AnyTagClassName
{
color: #3995CE;
}
</style>
background-color css
<style>
a { background-color: #3995CE; }
a { background-color: rgb(57,149,206); }
div.DivClassName
{
background-color: #3995CE;
}
.BgClassName
{
background-color: #3995CE;
}
</style>
border-color css
<style>
span { border-color: #3995CE; }
span { border-color: rgb(57,149,206); }
td.TdClassName
{
border-color: #3995CE;
}
.TagClassName
{
border-color: #3995CE;
}
</style>