Shades of Curious Blue #3599CB
Tints of Curious Blue #3599CB
RGB
CMYK
RGB Variations
Color information
#3599CB (or 0x3599CB) is known color: Curious Blue. HEX triplet: 35, 99 and CB. RGB value is (53,153,203). Sum of RGB (Red+Green+Blue) = 53+153+203=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #3599CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3599CB is #CA6634. Grayscale: #808080. Windows color (decimal): -13264437 or 13343029. OLE color: 13343029.
HSL color Cylindrical-coordinate representation of color #3599CB: hue angle of 200º 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 #3599CB is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 153 | 203 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.20 |
| HSL | 200º | 0.59% | 0.5% | - |
| HSV(B) | 200º | 0.74% | 0.8% | - |
| XYZ | 23.64 | 27.85 | 60.63 | - |
| YUV | 128.8 | 169.87 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 203 | 0.74 | 0.25 | 0 | 0.20 | 200 | 0.59 | 0.5 |
| Hex | 35 | 99 | CB | 4A | 19 | 0 | 14 | C8 | 3B | 32 |
| Octal | 65 | 231 | 313 | 112 | 31 | 0 | 24 | 310 | 73 | 62 |
| Binary | 110101 | 10011001 | 11001011 | 1001010 | 11001 | 0 | 10100 | 11001000 | 111011 | 110010 |
Color Harmonies of #3599CB
Complementary color
Monochromatic Colors of #3599CB
Black with #3599CB
Text Example
Text Example
White with #3599CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3599CB; }
p { color: rgb(53,153,203); }
H1.HeaderClassName
{
color: #3599CB;
}
.AnyTagClassName
{
color: #3599CB;
}
</style>
background-color css
<style>
a { background-color: #3599CB; }
a { background-color: rgb(53,153,203); }
div.DivClassName
{
background-color: #3599CB;
}
.BgClassName
{
background-color: #3599CB;
}
</style>
border-color css
<style>
span { border-color: #3599CB; }
span { border-color: rgb(53,153,203); }
td.TdClassName
{
border-color: #3599CB;
}
.TagClassName
{
border-color: #3599CB;
}
</style>