Shades of Curious Blue #3577CE
Tints of Curious Blue #3577CE
RGB
CMYK
RGB Variations
Color information
#3577CE (or 0x3577CE) is known color: Curious Blue. HEX triplet: 35, 77 and CE. RGB value is (53,119,206). Sum of RGB (Red+Green+Blue) = 53+119+206=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #3577CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3577CE is #CA8831. Grayscale: #6C6C6C. Windows color (decimal): -13273138 or 13530933. OLE color: 13530933.
HSL color Cylindrical-coordinate representation of color #3577CE: hue angle of 214.12º 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 #3577CE is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 119 | 206 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.19 |
| HSL | 214.12º | 0.61% | 0.51% | - |
| HSV(B) | 214.12º | 0.74% | 0.81% | - |
| XYZ | 19.21 | 18.41 | 60.93 | - |
| YUV | 109.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 206 | 0.74 | 0.42 | 0 | 0.19 | 214.12 | 0.61 | 0.51 |
| Hex | 35 | 77 | CE | 4A | 2A | 0 | 13 | D6 | 3D | 33 |
| Octal | 65 | 167 | 316 | 112 | 52 | 0 | 23 | 326 | 75 | 63 |
| Binary | 110101 | 1110111 | 11001110 | 1001010 | 101010 | 0 | 10011 | 11010110 | 111101 | 110011 |
Color Harmonies of #3577CE
Complementary color
Monochromatic Colors of #3577CE
Black with #3577CE
Text Example
Text Example
White with #3577CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3577CE; }
p { color: rgb(53,119,206); }
H1.HeaderClassName
{
color: #3577CE;
}
.AnyTagClassName
{
color: #3577CE;
}
</style>
background-color css
<style>
a { background-color: #3577CE; }
a { background-color: rgb(53,119,206); }
div.DivClassName
{
background-color: #3577CE;
}
.BgClassName
{
background-color: #3577CE;
}
</style>
border-color css
<style>
span { border-color: #3577CE; }
span { border-color: rgb(53,119,206); }
td.TdClassName
{
border-color: #3577CE;
}
.TagClassName
{
border-color: #3577CE;
}
</style>