Shades of Curious Blue #3392CE
Tints of Curious Blue #3392CE
RGB
CMYK
RGB Variations
Color information
#3392CE (or 0x3392CE) is known color: Curious Blue. HEX triplet: 33, 92 and CE. RGB value is (51,146,206). Sum of RGB (Red+Green+Blue) = 51+146+206=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #3392CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3392CE is #CC6D31. Grayscale: #7C7C7C. Windows color (decimal): -13397298 or 13537843. OLE color: 13537843.
HSL color Cylindrical-coordinate representation of color #3392CE: hue angle of 203.23º 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 #3392CE is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 146 | 206 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.19 |
| HSL | 203.23º | 0.61% | 0.5% | - |
| HSV(B) | 203.23º | 0.75% | 0.81% | - |
| XYZ | 22.78 | 25.72 | 62.16 | - |
| YUV | 124.44 | 174.03 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 146 | 206 | 0.75 | 0.29 | 0 | 0.19 | 203.23 | 0.61 | 0.5 |
| Hex | 33 | 92 | CE | 4B | 1D | 0 | 13 | CB | 3D | 32 |
| Octal | 63 | 222 | 316 | 113 | 35 | 0 | 23 | 313 | 75 | 62 |
| Binary | 110011 | 10010010 | 11001110 | 1001011 | 11101 | 0 | 10011 | 11001011 | 111101 | 110010 |
Color Harmonies of #3392CE
Complementary color
Monochromatic Colors of #3392CE
Black with #3392CE
Text Example
Text Example
White with #3392CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3392CE; }
p { color: rgb(51,146,206); }
H1.HeaderClassName
{
color: #3392CE;
}
.AnyTagClassName
{
color: #3392CE;
}
</style>
background-color css
<style>
a { background-color: #3392CE; }
a { background-color: rgb(51,146,206); }
div.DivClassName
{
background-color: #3392CE;
}
.BgClassName
{
background-color: #3392CE;
}
</style>
border-color css
<style>
span { border-color: #3392CE; }
span { border-color: rgb(51,146,206); }
td.TdClassName
{
border-color: #3392CE;
}
.TagClassName
{
border-color: #3392CE;
}
</style>