Shades of Curious Blue #3591CB
Tints of Curious Blue #3591CB
RGB
CMYK
RGB Variations
Color information
#3591CB (or 0x3591CB) is known color: Curious Blue. HEX triplet: 35, 91 and CB. RGB value is (53,145,203). Sum of RGB (Red+Green+Blue) = 53+145+203=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #3591CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3591CB is #CA6E34. Grayscale: #7B7B7B. Windows color (decimal): -13266485 or 13340981. OLE color: 13340981.
HSL color Cylindrical-coordinate representation of color #3591CB: hue angle of 203.2º 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 #3591CB is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 145 | 203 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.20 |
| HSL | 203.2º | 0.59% | 0.5% | - |
| HSV(B) | 203.2º | 0.74% | 0.8% | - |
| XYZ | 22.37 | 25.32 | 60.21 | - |
| YUV | 124.1 | 172.52 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 203 | 0.74 | 0.29 | 0 | 0.20 | 203.2 | 0.59 | 0.5 |
| Hex | 35 | 91 | CB | 4A | 1D | 0 | 14 | CB | 3B | 32 |
| Octal | 65 | 221 | 313 | 112 | 35 | 0 | 24 | 313 | 73 | 62 |
| Binary | 110101 | 10010001 | 11001011 | 1001010 | 11101 | 0 | 10100 | 11001011 | 111011 | 110010 |
Color Harmonies of #3591CB
Complementary color
Monochromatic Colors of #3591CB
Black with #3591CB
Text Example
Text Example
White with #3591CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3591CB; }
p { color: rgb(53,145,203); }
H1.HeaderClassName
{
color: #3591CB;
}
.AnyTagClassName
{
color: #3591CB;
}
</style>
background-color css
<style>
a { background-color: #3591CB; }
a { background-color: rgb(53,145,203); }
div.DivClassName
{
background-color: #3591CB;
}
.BgClassName
{
background-color: #3591CB;
}
</style>
border-color css
<style>
span { border-color: #3591CB; }
span { border-color: rgb(53,145,203); }
td.TdClassName
{
border-color: #3591CB;
}
.TagClassName
{
border-color: #3591CB;
}
</style>