Shades of Cerulean Blue #334AB8
Tints of Cerulean Blue #334AB8
RGB
CMYK
RGB Variations
Color information
#334AB8 (or 0x334AB8) is known color: Cerulean Blue. HEX triplet: 33, 4A and B8. RGB value is (51,74,184). Sum of RGB (Red+Green+Blue) = 51+74+184=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #334AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AB8 is #CCB547. Grayscale: #4F4F4F. Windows color (decimal): -13415752 or 12077619. OLE color: 12077619.
HSL color Cylindrical-coordinate representation of color #334AB8: hue angle of 229.62º 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 #334AB8 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 74 | 184 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.28 |
| HSL | 229.62º | 0.57% | 0.46% | - |
| HSV(B) | 229.62º | 0.72% | 0.72% | - |
| XYZ | 12.47 | 9.06 | 46.44 | - |
| YUV | 79.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 184 | 0.72 | 0.60 | 0 | 0.28 | 229.62 | 0.57 | 0.46 |
| Hex | 33 | 4A | B8 | 48 | 3C | 0 | 1C | E6 | 39 | 2E |
| Octal | 63 | 112 | 270 | 110 | 74 | 0 | 34 | 346 | 71 | 56 |
| Binary | 110011 | 1001010 | 10111000 | 1001000 | 111100 | 0 | 11100 | 11100110 | 111001 | 101110 |
Color Harmonies of #334AB8
Complementary color
Monochromatic Colors of #334AB8
Black with #334AB8
Text Example
Text Example
White with #334AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AB8; }
p { color: rgb(51,74,184); }
H1.HeaderClassName
{
color: #334AB8;
}
.AnyTagClassName
{
color: #334AB8;
}
</style>
background-color css
<style>
a { background-color: #334AB8; }
a { background-color: rgb(51,74,184); }
div.DivClassName
{
background-color: #334AB8;
}
.BgClassName
{
background-color: #334AB8;
}
</style>
border-color css
<style>
span { border-color: #334AB8; }
span { border-color: rgb(51,74,184); }
td.TdClassName
{
border-color: #334AB8;
}
.TagClassName
{
border-color: #334AB8;
}
</style>