Shades of Curious Blue #3581CB
Tints of Curious Blue #3581CB
RGB
CMYK
RGB Variations
Color information
#3581CB (or 0x3581CB) is known color: Curious Blue. HEX triplet: 35, 81 and CB. RGB value is (53,129,203). Sum of RGB (Red+Green+Blue) = 53+129+203=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #3581CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581CB is #CA7E34. Grayscale: #727272. Windows color (decimal): -13270581 or 13336885. OLE color: 13336885.
HSL color Cylindrical-coordinate representation of color #3581CB: hue angle of 209.6º 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 #3581CB is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 129 | 203 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.20 |
| HSL | 209.6º | 0.59% | 0.5% | - |
| HSV(B) | 209.6º | 0.74% | 0.8% | - |
| XYZ | 20.1 | 20.77 | 59.45 | - |
| YUV | 114.71 | 177.82 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 203 | 0.74 | 0.36 | 0 | 0.20 | 209.6 | 0.59 | 0.5 |
| Hex | 35 | 81 | CB | 4A | 24 | 0 | 14 | D2 | 3B | 32 |
| Octal | 65 | 201 | 313 | 112 | 44 | 0 | 24 | 322 | 73 | 62 |
| Binary | 110101 | 10000001 | 11001011 | 1001010 | 100100 | 0 | 10100 | 11010010 | 111011 | 110010 |
Color Harmonies of #3581CB
Complementary color
Monochromatic Colors of #3581CB
Black with #3581CB
Text Example
Text Example
White with #3581CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3581CB; }
p { color: rgb(53,129,203); }
H1.HeaderClassName
{
color: #3581CB;
}
.AnyTagClassName
{
color: #3581CB;
}
</style>
background-color css
<style>
a { background-color: #3581CB; }
a { background-color: rgb(53,129,203); }
div.DivClassName
{
background-color: #3581CB;
}
.BgClassName
{
background-color: #3581CB;
}
</style>
border-color css
<style>
span { border-color: #3581CB; }
span { border-color: rgb(53,129,203); }
td.TdClassName
{
border-color: #3581CB;
}
.TagClassName
{
border-color: #3581CB;
}
</style>