Shades of Curious Blue #3582CE
Tints of Curious Blue #3582CE
RGB
CMYK
RGB Variations
Color information
#3582CE (or 0x3582CE) is known color: Curious Blue. HEX triplet: 35, 82 and CE. RGB value is (53,130,206). Sum of RGB (Red+Green+Blue) = 53+130+206=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #3582CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3582CE is #CA7D31. Grayscale: #737373. Windows color (decimal): -13270322 or 13533749. OLE color: 13533749.
HSL color Cylindrical-coordinate representation of color #3582CE: hue angle of 209.8º 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 #3582CE is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 130 | 206 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.19 |
| HSL | 209.8º | 0.61% | 0.51% | - |
| HSV(B) | 209.8º | 0.74% | 0.81% | - |
| XYZ | 20.59 | 21.18 | 61.4 | - |
| YUV | 115.64 | 178.99 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 206 | 0.74 | 0.37 | 0 | 0.19 | 209.8 | 0.61 | 0.51 |
| Hex | 35 | 82 | CE | 4A | 25 | 0 | 13 | D2 | 3D | 33 |
| Octal | 65 | 202 | 316 | 112 | 45 | 0 | 23 | 322 | 75 | 63 |
| Binary | 110101 | 10000010 | 11001110 | 1001010 | 100101 | 0 | 10011 | 11010010 | 111101 | 110011 |
Color Harmonies of #3582CE
Complementary color
Monochromatic Colors of #3582CE
Black with #3582CE
Text Example
Text Example
White with #3582CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3582CE; }
p { color: rgb(53,130,206); }
H1.HeaderClassName
{
color: #3582CE;
}
.AnyTagClassName
{
color: #3582CE;
}
</style>
background-color css
<style>
a { background-color: #3582CE; }
a { background-color: rgb(53,130,206); }
div.DivClassName
{
background-color: #3582CE;
}
.BgClassName
{
background-color: #3582CE;
}
</style>
border-color css
<style>
span { border-color: #3582CE; }
span { border-color: rgb(53,130,206); }
td.TdClassName
{
border-color: #3582CE;
}
.TagClassName
{
border-color: #3582CE;
}
</style>