Shades of Curious Blue #3582CB
Tints of Curious Blue #3582CB
RGB
CMYK
RGB Variations
Color information
#3582CB (or 0x3582CB) is known color: Curious Blue. HEX triplet: 35, 82 and CB. RGB value is (53,130,203). Sum of RGB (Red+Green+Blue) = 53+130+203=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #3582CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3582CB is #CA7D34. Grayscale: #727272. Windows color (decimal): -13270325 or 13337141. OLE color: 13337141.
HSL color Cylindrical-coordinate representation of color #3582CB: hue angle of 209.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 #3582CB is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 130 | 203 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.20 |
| HSL | 209.2º | 0.59% | 0.5% | - |
| HSV(B) | 209.2º | 0.74% | 0.8% | - |
| XYZ | 20.23 | 21.03 | 59.49 | - |
| YUV | 115.3 | 177.49 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 203 | 0.74 | 0.36 | 0 | 0.20 | 209.2 | 0.59 | 0.5 |
| Hex | 35 | 82 | CB | 4A | 24 | 0 | 14 | D1 | 3B | 32 |
| Octal | 65 | 202 | 313 | 112 | 44 | 0 | 24 | 321 | 73 | 62 |
| Binary | 110101 | 10000010 | 11001011 | 1001010 | 100100 | 0 | 10100 | 11010001 | 111011 | 110010 |
Color Harmonies of #3582CB
Complementary color
Monochromatic Colors of #3582CB
Black with #3582CB
Text Example
Text Example
White with #3582CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3582CB; }
p { color: rgb(53,130,203); }
H1.HeaderClassName
{
color: #3582CB;
}
.AnyTagClassName
{
color: #3582CB;
}
</style>
background-color css
<style>
a { background-color: #3582CB; }
a { background-color: rgb(53,130,203); }
div.DivClassName
{
background-color: #3582CB;
}
.BgClassName
{
background-color: #3582CB;
}
</style>
border-color css
<style>
span { border-color: #3582CB; }
span { border-color: rgb(53,130,203); }
td.TdClassName
{
border-color: #3582CB;
}
.TagClassName
{
border-color: #3582CB;
}
</style>