Shades of Curious Blue #3591C8
Tints of Curious Blue #3591C8
RGB
CMYK
RGB Variations
Color information
#3591C8 (or 0x3591C8) is known color: Curious Blue. HEX triplet: 35, 91 and C8. RGB value is (53,145,200). Sum of RGB (Red+Green+Blue) = 53+145+200=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #3591C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3591C8 is #CA6E37. Grayscale: #7B7B7B. Windows color (decimal): -13266488 or 13144373. OLE color: 13144373.
HSL color Cylindrical-coordinate representation of color #3591C8: hue angle of 202.45º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3591C8 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 145 | 200 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.22 |
| HSL | 202.45º | 0.58% | 0.5% | - |
| HSV(B) | 202.45º | 0.74% | 0.78% | - |
| XYZ | 22.02 | 25.18 | 58.34 | - |
| YUV | 123.76 | 171.02 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 200 | 0.74 | 0.28 | 0 | 0.22 | 202.45 | 0.58 | 0.5 |
| Hex | 35 | 91 | C8 | 4A | 1C | 0 | 16 | CA | 3A | 32 |
| Octal | 65 | 221 | 310 | 112 | 34 | 0 | 26 | 312 | 72 | 62 |
| Binary | 110101 | 10010001 | 11001000 | 1001010 | 11100 | 0 | 10110 | 11001010 | 111010 | 110010 |
Color Harmonies of #3591C8
Complementary color
Monochromatic Colors of #3591C8
Black with #3591C8
Text Example
Text Example
White with #3591C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3591C8; }
p { color: rgb(53,145,200); }
H1.HeaderClassName
{
color: #3591C8;
}
.AnyTagClassName
{
color: #3591C8;
}
</style>
background-color css
<style>
a { background-color: #3591C8; }
a { background-color: rgb(53,145,200); }
div.DivClassName
{
background-color: #3591C8;
}
.BgClassName
{
background-color: #3591C8;
}
</style>
border-color css
<style>
span { border-color: #3591C8; }
span { border-color: rgb(53,145,200); }
td.TdClassName
{
border-color: #3591C8;
}
.TagClassName
{
border-color: #3591C8;
}
</style>