Shades of Cerulean Blue #334BB5
Tints of Cerulean Blue #334BB5
RGB
CMYK
RGB Variations
Color information
#334BB5 (or 0x334BB5) is known color: Cerulean Blue. HEX triplet: 33, 4B and B5. RGB value is (51,75,181). Sum of RGB (Red+Green+Blue) = 51+75+181=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #334BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BB5 is #CCB44A. Grayscale: #4F4F4F. Windows color (decimal): -13415499 or 11881267. OLE color: 11881267.
HSL color Cylindrical-coordinate representation of color #334BB5: hue angle of 228.92º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334BB5 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 75 | 181 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.29 |
| HSL | 228.92º | 0.56% | 0.45% | - |
| HSV(B) | 228.92º | 0.72% | 0.71% | - |
| XYZ | 12.22 | 9.07 | 44.82 | - |
| YUV | 79.91 | 185.05 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 181 | 0.72 | 0.59 | 0 | 0.29 | 228.92 | 0.56 | 0.45 |
| Hex | 33 | 4B | B5 | 48 | 3B | 0 | 1D | E5 | 38 | 2D |
| Octal | 63 | 113 | 265 | 110 | 73 | 0 | 35 | 345 | 70 | 55 |
| Binary | 110011 | 1001011 | 10110101 | 1001000 | 111011 | 0 | 11101 | 11100101 | 111000 | 101101 |
Color Harmonies of #334BB5
Complementary color
Monochromatic Colors of #334BB5
Black with #334BB5
Text Example
Text Example
White with #334BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BB5; }
p { color: rgb(51,75,181); }
H1.HeaderClassName
{
color: #334BB5;
}
.AnyTagClassName
{
color: #334BB5;
}
</style>
background-color css
<style>
a { background-color: #334BB5; }
a { background-color: rgb(51,75,181); }
div.DivClassName
{
background-color: #334BB5;
}
.BgClassName
{
background-color: #334BB5;
}
</style>
border-color css
<style>
span { border-color: #334BB5; }
span { border-color: rgb(51,75,181); }
td.TdClassName
{
border-color: #334BB5;
}
.TagClassName
{
border-color: #334BB5;
}
</style>