Shades of Cerulean Blue #335ACB
Tints of Cerulean Blue #335ACB
RGB
CMYK
RGB Variations
Color information
#335ACB (or 0x335ACB) is known color: Cerulean Blue. HEX triplet: 33, 5A and CB. RGB value is (51,90,203). Sum of RGB (Red+Green+Blue) = 51+90+203=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #335ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ACB is #CCA534. Grayscale: #5A5A5A. Windows color (decimal): -13411637 or 13326899. OLE color: 13326899.
HSL color Cylindrical-coordinate representation of color #335ACB: hue angle of 224.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #335ACB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 90 | 203 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.20 |
| HSL | 224.61º | 0.6% | 0.5% | - |
| HSV(B) | 224.61º | 0.75% | 0.8% | - |
| XYZ | 15.8 | 12.33 | 58.05 | - |
| YUV | 91.22 | 191.08 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 203 | 0.75 | 0.56 | 0 | 0.20 | 224.61 | 0.6 | 0.5 |
| Hex | 33 | 5A | CB | 4B | 38 | 0 | 14 | E1 | 3C | 32 |
| Octal | 63 | 132 | 313 | 113 | 70 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110011 | 1011010 | 11001011 | 1001011 | 111000 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #335ACB
Complementary color
Monochromatic Colors of #335ACB
Black with #335ACB
Text Example
Text Example
White with #335ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335ACB; }
p { color: rgb(51,90,203); }
H1.HeaderClassName
{
color: #335ACB;
}
.AnyTagClassName
{
color: #335ACB;
}
</style>
background-color css
<style>
a { background-color: #335ACB; }
a { background-color: rgb(51,90,203); }
div.DivClassName
{
background-color: #335ACB;
}
.BgClassName
{
background-color: #335ACB;
}
</style>
border-color css
<style>
span { border-color: #335ACB; }
span { border-color: rgb(51,90,203); }
td.TdClassName
{
border-color: #335ACB;
}
.TagClassName
{
border-color: #335ACB;
}
</style>