Shades of Curious Blue #3592C0
Tints of Curious Blue #3592C0
RGB
CMYK
RGB Variations
Color information
#3592C0 (or 0x3592C0) is known color: Curious Blue. HEX triplet: 35, 92 and C0. RGB value is (53,146,192). Sum of RGB (Red+Green+Blue) = 53+146+192=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #3592C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3592C0 is #CA6D3F. Grayscale: #7B7B7B. Windows color (decimal): -13266240 or 12620341. OLE color: 12620341.
HSL color Cylindrical-coordinate representation of color #3592C0: hue angle of 199.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3592C0 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 146 | 192 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.25 |
| HSL | 199.86º | 0.57% | 0.48% | - |
| HSV(B) | 199.86º | 0.72% | 0.75% | - |
| XYZ | 21.26 | 25.12 | 53.6 | - |
| YUV | 123.44 | 166.69 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 192 | 0.72 | 0.24 | 0 | 0.25 | 199.86 | 0.57 | 0.48 |
| Hex | 35 | 92 | C0 | 48 | 18 | 0 | 19 | C8 | 39 | 30 |
| Octal | 65 | 222 | 300 | 110 | 30 | 0 | 31 | 310 | 71 | 60 |
| Binary | 110101 | 10010010 | 11000000 | 1001000 | 11000 | 0 | 11001 | 11001000 | 111001 | 110000 |
Color Harmonies of #3592C0
Complementary color
Monochromatic Colors of #3592C0
Black with #3592C0
Text Example
Text Example
White with #3592C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3592C0; }
p { color: rgb(53,146,192); }
H1.HeaderClassName
{
color: #3592C0;
}
.AnyTagClassName
{
color: #3592C0;
}
</style>
background-color css
<style>
a { background-color: #3592C0; }
a { background-color: rgb(53,146,192); }
div.DivClassName
{
background-color: #3592C0;
}
.BgClassName
{
background-color: #3592C0;
}
</style>
border-color css
<style>
span { border-color: #3592C0; }
span { border-color: rgb(53,146,192); }
td.TdClassName
{
border-color: #3592C0;
}
.TagClassName
{
border-color: #3592C0;
}
</style>