Shades of Curious Blue #3595CC
Tints of Curious Blue #3595CC
RGB
CMYK
RGB Variations
Color information
#3595CC (or 0x3595CC) is known color: Curious Blue. HEX triplet: 35, 95 and CC. RGB value is (53,149,204). Sum of RGB (Red+Green+Blue) = 53+149+204=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #3595CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3595CC is #CA6A33. Grayscale: #7E7E7E. Windows color (decimal): -13265460 or 13407541. OLE color: 13407541.
HSL color Cylindrical-coordinate representation of color #3595CC: hue angle of 201.85º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3595CC is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 149 | 204 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.2 |
| HSL | 201.85º | 0.6% | 0.5% | - |
| HSV(B) | 201.85º | 0.74% | 0.8% | - |
| XYZ | 23.11 | 26.61 | 61.04 | - |
| YUV | 126.57 | 171.7 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 204 | 0.74 | 0.27 | 0 | 0.2 | 201.85 | 0.6 | 0.5 |
| Hex | 35 | 95 | CC | 4A | 1B | 0 | 14 | CA | 3C | 32 |
| Octal | 65 | 225 | 314 | 112 | 33 | 0 | 24 | 312 | 74 | 62 |
| Binary | 110101 | 10010101 | 11001100 | 1001010 | 11011 | 0 | 10100 | 11001010 | 111100 | 110010 |
Color Harmonies of #3595CC
Complementary color
Monochromatic Colors of #3595CC
Black with #3595CC
Text Example
Text Example
White with #3595CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3595CC; }
p { color: rgb(53,149,204); }
H1.HeaderClassName
{
color: #3595CC;
}
.AnyTagClassName
{
color: #3595CC;
}
</style>
background-color css
<style>
a { background-color: #3595CC; }
a { background-color: rgb(53,149,204); }
div.DivClassName
{
background-color: #3595CC;
}
.BgClassName
{
background-color: #3595CC;
}
</style>
border-color css
<style>
span { border-color: #3595CC; }
span { border-color: rgb(53,149,204); }
td.TdClassName
{
border-color: #3595CC;
}
.TagClassName
{
border-color: #3595CC;
}
</style>