Shades of Curious Blue #3581CE
Tints of Curious Blue #3581CE
RGB
CMYK
RGB Variations
Color information
#3581CE (or 0x3581CE) is known color: Curious Blue. HEX triplet: 35, 81 and CE. RGB value is (53,129,206). Sum of RGB (Red+Green+Blue) = 53+129+206=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #3581CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581CE is #CA7E31. Grayscale: #727272. Windows color (decimal): -13270578 or 13533493. OLE color: 13533493.
HSL color Cylindrical-coordinate representation of color #3581CE: hue angle of 210.2º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3581CE is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 129 | 206 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.19 |
| HSL | 210.2º | 0.61% | 0.51% | - |
| HSV(B) | 210.2º | 0.74% | 0.81% | - |
| XYZ | 20.46 | 20.91 | 61.35 | - |
| YUV | 115.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 206 | 0.74 | 0.37 | 0 | 0.19 | 210.2 | 0.61 | 0.51 |
| Hex | 35 | 81 | CE | 4A | 25 | 0 | 13 | D2 | 3D | 33 |
| Octal | 65 | 201 | 316 | 112 | 45 | 0 | 23 | 322 | 75 | 63 |
| Binary | 110101 | 10000001 | 11001110 | 1001010 | 100101 | 0 | 10011 | 11010010 | 111101 | 110011 |
Color Harmonies of #3581CE
Complementary color
Monochromatic Colors of #3581CE
Black with #3581CE
Text Example
Text Example
White with #3581CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3581CE; }
p { color: rgb(53,129,206); }
H1.HeaderClassName
{
color: #3581CE;
}
.AnyTagClassName
{
color: #3581CE;
}
</style>
background-color css
<style>
a { background-color: #3581CE; }
a { background-color: rgb(53,129,206); }
div.DivClassName
{
background-color: #3581CE;
}
.BgClassName
{
background-color: #3581CE;
}
</style>
border-color css
<style>
span { border-color: #3581CE; }
span { border-color: rgb(53,129,206); }
td.TdClassName
{
border-color: #3581CE;
}
.TagClassName
{
border-color: #3581CE;
}
</style>