Shades of Cerulean Blue #335AB8
Tints of Cerulean Blue #335AB8
RGB
CMYK
RGB Variations
Color information
#335AB8 (or 0x335AB8) is known color: Cerulean Blue. HEX triplet: 33, 5A and B8. RGB value is (51,90,184). Sum of RGB (Red+Green+Blue) = 51+90+184=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #335AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335AB8 is #CCA547. Grayscale: #585858. Windows color (decimal): -13411656 or 12081715. OLE color: 12081715.
HSL color Cylindrical-coordinate representation of color #335AB8: hue angle of 222.41º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #335AB8 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 90 | 184 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.28 |
| HSL | 222.41º | 0.57% | 0.46% | - |
| HSV(B) | 222.41º | 0.72% | 0.72% | - |
| XYZ | 13.67 | 11.48 | 46.84 | - |
| YUV | 89.06 | 181.58 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 184 | 0.72 | 0.51 | 0 | 0.28 | 222.41 | 0.57 | 0.46 |
| Hex | 33 | 5A | B8 | 48 | 33 | 0 | 1C | DE | 39 | 2E |
| Octal | 63 | 132 | 270 | 110 | 63 | 0 | 34 | 336 | 71 | 56 |
| Binary | 110011 | 1011010 | 10111000 | 1001000 | 110011 | 0 | 11100 | 11011110 | 111001 | 101110 |
Color Harmonies of #335AB8
Complementary color
Monochromatic Colors of #335AB8
Black with #335AB8
Text Example
Text Example
White with #335AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335AB8; }
p { color: rgb(51,90,184); }
H1.HeaderClassName
{
color: #335AB8;
}
.AnyTagClassName
{
color: #335AB8;
}
</style>
background-color css
<style>
a { background-color: #335AB8; }
a { background-color: rgb(51,90,184); }
div.DivClassName
{
background-color: #335AB8;
}
.BgClassName
{
background-color: #335AB8;
}
</style>
border-color css
<style>
span { border-color: #335AB8; }
span { border-color: rgb(51,90,184); }
td.TdClassName
{
border-color: #335AB8;
}
.TagClassName
{
border-color: #335AB8;
}
</style>