Shades of Cerulean Blue #334AB3
Tints of Cerulean Blue #334AB3
RGB
CMYK
RGB Variations
Color information
#334AB3 (or 0x334AB3) is known color: Cerulean Blue. HEX triplet: 33, 4A and B3. RGB value is (51,74,179). Sum of RGB (Red+Green+Blue) = 51+74+179=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #334AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AB3 is #CCB54C. Grayscale: #4E4E4E. Windows color (decimal): -13415757 or 11749939. OLE color: 11749939.
HSL color Cylindrical-coordinate representation of color #334AB3: hue angle of 229.22º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334AB3 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 74 | 179 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.30 |
| HSL | 229.22º | 0.56% | 0.45% | - |
| HSV(B) | 229.22º | 0.72% | 0.7% | - |
| XYZ | 11.95 | 8.86 | 43.73 | - |
| YUV | 79.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 179 | 0.72 | 0.59 | 0 | 0.30 | 229.22 | 0.56 | 0.45 |
| Hex | 33 | 4A | B3 | 48 | 3B | 0 | 1E | E5 | 38 | 2D |
| Octal | 63 | 112 | 263 | 110 | 73 | 0 | 36 | 345 | 70 | 55 |
| Binary | 110011 | 1001010 | 10110011 | 1001000 | 111011 | 0 | 11110 | 11100101 | 111000 | 101101 |
Color Harmonies of #334AB3
Complementary color
Monochromatic Colors of #334AB3
Black with #334AB3
Text Example
Text Example
White with #334AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AB3; }
p { color: rgb(51,74,179); }
H1.HeaderClassName
{
color: #334AB3;
}
.AnyTagClassName
{
color: #334AB3;
}
</style>
background-color css
<style>
a { background-color: #334AB3; }
a { background-color: rgb(51,74,179); }
div.DivClassName
{
background-color: #334AB3;
}
.BgClassName
{
background-color: #334AB3;
}
</style>
border-color css
<style>
span { border-color: #334AB3; }
span { border-color: rgb(51,74,179); }
td.TdClassName
{
border-color: #334AB3;
}
.TagClassName
{
border-color: #334AB3;
}
</style>