Shades of Curious Blue #3592CB
Tints of Curious Blue #3592CB
RGB
CMYK
RGB Variations
Color information
#3592CB (or 0x3592CB) is known color: Curious Blue. HEX triplet: 35, 92 and CB. RGB value is (53,146,203). Sum of RGB (Red+Green+Blue) = 53+146+203=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #3592CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3592CB is #CA6D34. Grayscale: #7C7C7C. Windows color (decimal): -13266229 or 13341237. OLE color: 13341237.
HSL color Cylindrical-coordinate representation of color #3592CB: hue angle of 202.8º degrees, saturation: 0.59, 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 #3592CB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 146 | 203 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.20 |
| HSL | 202.8º | 0.59% | 0.5% | - |
| HSV(B) | 202.8º | 0.74% | 0.8% | - |
| XYZ | 22.53 | 25.63 | 60.26 | - |
| YUV | 124.69 | 172.19 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 203 | 0.74 | 0.28 | 0 | 0.20 | 202.8 | 0.59 | 0.5 |
| Hex | 35 | 92 | CB | 4A | 1C | 0 | 14 | CB | 3B | 32 |
| Octal | 65 | 222 | 313 | 112 | 34 | 0 | 24 | 313 | 73 | 62 |
| Binary | 110101 | 10010010 | 11001011 | 1001010 | 11100 | 0 | 10100 | 11001011 | 111011 | 110010 |
Color Harmonies of #3592CB
Complementary color
Monochromatic Colors of #3592CB
Black with #3592CB
Text Example
Text Example
White with #3592CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3592CB; }
p { color: rgb(53,146,203); }
H1.HeaderClassName
{
color: #3592CB;
}
.AnyTagClassName
{
color: #3592CB;
}
</style>
background-color css
<style>
a { background-color: #3592CB; }
a { background-color: rgb(53,146,203); }
div.DivClassName
{
background-color: #3592CB;
}
.BgClassName
{
background-color: #3592CB;
}
</style>
border-color css
<style>
span { border-color: #3592CB; }
span { border-color: rgb(53,146,203); }
td.TdClassName
{
border-color: #3592CB;
}
.TagClassName
{
border-color: #3592CB;
}
</style>