Shades of Curious Blue #3595CE
Tints of Curious Blue #3595CE
RGB
CMYK
RGB Variations
Color information
#3595CE (or 0x3595CE) is known color: Curious Blue. HEX triplet: 35, 95 and CE. RGB value is (53,149,206). Sum of RGB (Red+Green+Blue) = 53+149+206=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #3595CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3595CE is #CA6A31. Grayscale: #7E7E7E. Windows color (decimal): -13265458 or 13538613. OLE color: 13538613.
HSL color Cylindrical-coordinate representation of color #3595CE: hue angle of 202.35º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3595CE is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 149 | 206 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.19 |
| HSL | 202.35º | 0.61% | 0.51% | - |
| HSV(B) | 202.35º | 0.74% | 0.81% | - |
| XYZ | 23.36 | 26.71 | 62.32 | - |
| YUV | 126.79 | 172.7 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 206 | 0.74 | 0.28 | 0 | 0.19 | 202.35 | 0.61 | 0.51 |
| Hex | 35 | 95 | CE | 4A | 1C | 0 | 13 | CA | 3D | 33 |
| Octal | 65 | 225 | 316 | 112 | 34 | 0 | 23 | 312 | 75 | 63 |
| Binary | 110101 | 10010101 | 11001110 | 1001010 | 11100 | 0 | 10011 | 11001010 | 111101 | 110011 |
Color Harmonies of #3595CE
Complementary color
Monochromatic Colors of #3595CE
Black with #3595CE
Text Example
Text Example
White with #3595CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3595CE; }
p { color: rgb(53,149,206); }
H1.HeaderClassName
{
color: #3595CE;
}
.AnyTagClassName
{
color: #3595CE;
}
</style>
background-color css
<style>
a { background-color: #3595CE; }
a { background-color: rgb(53,149,206); }
div.DivClassName
{
background-color: #3595CE;
}
.BgClassName
{
background-color: #3595CE;
}
</style>
border-color css
<style>
span { border-color: #3595CE; }
span { border-color: rgb(53,149,206); }
td.TdClassName
{
border-color: #3595CE;
}
.TagClassName
{
border-color: #3595CE;
}
</style>