Shades of Curious Blue #3385CE
Tints of Curious Blue #3385CE
RGB
CMYK
RGB Variations
Color information
#3385CE (or 0x3385CE) is known color: Curious Blue. HEX triplet: 33, 85 and CE. RGB value is (51,133,206). Sum of RGB (Red+Green+Blue) = 51+133+206=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #3385CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385CE is #CC7A31. Grayscale: #747474. Windows color (decimal): -13400626 or 13534515. OLE color: 13534515.
HSL color Cylindrical-coordinate representation of color #3385CE: hue angle of 208.26º 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 #3385CE is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 133 | 206 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.19 |
| HSL | 208.26º | 0.61% | 0.5% | - |
| HSV(B) | 208.26º | 0.75% | 0.81% | - |
| XYZ | 20.89 | 21.94 | 61.53 | - |
| YUV | 116.8 | 178.33 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 206 | 0.75 | 0.35 | 0 | 0.19 | 208.26 | 0.61 | 0.5 |
| Hex | 33 | 85 | CE | 4B | 23 | 0 | 13 | D0 | 3D | 32 |
| Octal | 63 | 205 | 316 | 113 | 43 | 0 | 23 | 320 | 75 | 62 |
| Binary | 110011 | 10000101 | 11001110 | 1001011 | 100011 | 0 | 10011 | 11010000 | 111101 | 110010 |
Color Harmonies of #3385CE
Complementary color
Monochromatic Colors of #3385CE
Black with #3385CE
Text Example
Text Example
White with #3385CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3385CE; }
p { color: rgb(51,133,206); }
H1.HeaderClassName
{
color: #3385CE;
}
.AnyTagClassName
{
color: #3385CE;
}
</style>
background-color css
<style>
a { background-color: #3385CE; }
a { background-color: rgb(51,133,206); }
div.DivClassName
{
background-color: #3385CE;
}
.BgClassName
{
background-color: #3385CE;
}
</style>
border-color css
<style>
span { border-color: #3385CE; }
span { border-color: rgb(51,133,206); }
td.TdClassName
{
border-color: #3385CE;
}
.TagClassName
{
border-color: #3385CE;
}
</style>