Shades of Curious Blue #3391CE
Tints of Curious Blue #3391CE
RGB
CMYK
RGB Variations
Color information
#3391CE (or 0x3391CE) is known color: Curious Blue. HEX triplet: 33, 91 and CE. RGB value is (51,145,206). Sum of RGB (Red+Green+Blue) = 51+145+206=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #3391CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3391CE is #CC6E31. Grayscale: #7B7B7B. Windows color (decimal): -13397554 or 13537587. OLE color: 13537587.
HSL color Cylindrical-coordinate representation of color #3391CE: hue angle of 203.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3391CE is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 145 | 206 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.19 |
| HSL | 203.61º | 0.61% | 0.5% | - |
| HSV(B) | 203.61º | 0.75% | 0.81% | - |
| XYZ | 22.63 | 25.41 | 62.1 | - |
| YUV | 123.85 | 174.36 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 206 | 0.75 | 0.30 | 0 | 0.19 | 203.61 | 0.61 | 0.5 |
| Hex | 33 | 91 | CE | 4B | 1E | 0 | 13 | CC | 3D | 32 |
| Octal | 63 | 221 | 316 | 113 | 36 | 0 | 23 | 314 | 75 | 62 |
| Binary | 110011 | 10010001 | 11001110 | 1001011 | 11110 | 0 | 10011 | 11001100 | 111101 | 110010 |
Color Harmonies of #3391CE
Complementary color
Monochromatic Colors of #3391CE
Black with #3391CE
Text Example
Text Example
White with #3391CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3391CE; }
p { color: rgb(51,145,206); }
H1.HeaderClassName
{
color: #3391CE;
}
.AnyTagClassName
{
color: #3391CE;
}
</style>
background-color css
<style>
a { background-color: #3391CE; }
a { background-color: rgb(51,145,206); }
div.DivClassName
{
background-color: #3391CE;
}
.BgClassName
{
background-color: #3391CE;
}
</style>
border-color css
<style>
span { border-color: #3391CE; }
span { border-color: rgb(51,145,206); }
td.TdClassName
{
border-color: #3391CE;
}
.TagClassName
{
border-color: #3391CE;
}
</style>