Shades of Cerulean Blue #334DB3
Tints of Cerulean Blue #334DB3
RGB
CMYK
RGB Variations
Color information
#334DB3 (or 0x334DB3) is known color: Cerulean Blue. HEX triplet: 33, 4D and B3. RGB value is (51,77,179). Sum of RGB (Red+Green+Blue) = 51+77+179=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #334DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DB3 is #CCB24C. Grayscale: #505050. Windows color (decimal): -13414989 or 11750707. OLE color: 11750707.
HSL color Cylindrical-coordinate representation of color #334DB3: hue angle of 227.81º 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 #334DB3 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 77 | 179 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.30 |
| HSL | 227.81º | 0.56% | 0.45% | - |
| HSV(B) | 227.81º | 0.72% | 0.7% | - |
| XYZ | 12.16 | 9.27 | 43.8 | - |
| YUV | 80.85 | 183.39 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 179 | 0.72 | 0.57 | 0 | 0.30 | 227.81 | 0.56 | 0.45 |
| Hex | 33 | 4D | B3 | 48 | 39 | 0 | 1E | E4 | 38 | 2D |
| Octal | 63 | 115 | 263 | 110 | 71 | 0 | 36 | 344 | 70 | 55 |
| Binary | 110011 | 1001101 | 10110011 | 1001000 | 111001 | 0 | 11110 | 11100100 | 111000 | 101101 |
Color Harmonies of #334DB3
Complementary color
Monochromatic Colors of #334DB3
Black with #334DB3
Text Example
Text Example
White with #334DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DB3; }
p { color: rgb(51,77,179); }
H1.HeaderClassName
{
color: #334DB3;
}
.AnyTagClassName
{
color: #334DB3;
}
</style>
background-color css
<style>
a { background-color: #334DB3; }
a { background-color: rgb(51,77,179); }
div.DivClassName
{
background-color: #334DB3;
}
.BgClassName
{
background-color: #334DB3;
}
</style>
border-color css
<style>
span { border-color: #334DB3; }
span { border-color: rgb(51,77,179); }
td.TdClassName
{
border-color: #334DB3;
}
.TagClassName
{
border-color: #334DB3;
}
</style>