Shades of Cerulean Blue #334AB6
Tints of Cerulean Blue #334AB6
RGB
CMYK
RGB Variations
Color information
#334AB6 (or 0x334AB6) is known color: Cerulean Blue. HEX triplet: 33, 4A and B6. RGB value is (51,74,182). Sum of RGB (Red+Green+Blue) = 51+74+182=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #334AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AB6 is #CCB549. Grayscale: #4E4E4E. Windows color (decimal): -13415754 or 11946547. OLE color: 11946547.
HSL color Cylindrical-coordinate representation of color #334AB6: hue angle of 229.47º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334AB6 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 74 | 182 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.29 |
| HSL | 229.47º | 0.56% | 0.46% | - |
| HSV(B) | 229.47º | 0.72% | 0.71% | - |
| XYZ | 12.26 | 8.98 | 45.34 | - |
| YUV | 79.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 182 | 0.72 | 0.59 | 0 | 0.29 | 229.47 | 0.56 | 0.46 |
| Hex | 33 | 4A | B6 | 48 | 3B | 0 | 1D | E5 | 38 | 2E |
| Octal | 63 | 112 | 266 | 110 | 73 | 0 | 35 | 345 | 70 | 56 |
| Binary | 110011 | 1001010 | 10110110 | 1001000 | 111011 | 0 | 11101 | 11100101 | 111000 | 101110 |
Color Harmonies of #334AB6
Complementary color
Monochromatic Colors of #334AB6
Black with #334AB6
Text Example
Text Example
White with #334AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AB6; }
p { color: rgb(51,74,182); }
H1.HeaderClassName
{
color: #334AB6;
}
.AnyTagClassName
{
color: #334AB6;
}
</style>
background-color css
<style>
a { background-color: #334AB6; }
a { background-color: rgb(51,74,182); }
div.DivClassName
{
background-color: #334AB6;
}
.BgClassName
{
background-color: #334AB6;
}
</style>
border-color css
<style>
span { border-color: #334AB6; }
span { border-color: rgb(51,74,182); }
td.TdClassName
{
border-color: #334AB6;
}
.TagClassName
{
border-color: #334AB6;
}
</style>