Shades of Cerulean Blue #334AC6
Tints of Cerulean Blue #334AC6
RGB
CMYK
RGB Variations
Color information
#334AC6 (or 0x334AC6) is known color: Cerulean Blue. HEX triplet: 33, 4A and C6. RGB value is (51,74,198). Sum of RGB (Red+Green+Blue) = 51+74+198=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 198 (77.73% from 255 or 61.30% from 323); Max value from RGB is 198 - color contains mainly: blue. Hex color #334AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AC6 is #CCB539. Grayscale: #505050. Windows color (decimal): -13415738 or 12995123. OLE color: 12995123.
HSL color Cylindrical-coordinate representation of color #334AC6: hue angle of 230.61º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #334AC6 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 74 | 198 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.22 |
| HSL | 230.61º | 0.59% | 0.49% | - |
| HSV(B) | 230.61º | 0.74% | 0.78% | - |
| XYZ | 14.01 | 9.68 | 54.56 | - |
| YUV | 81.26 | 193.88 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 198 | 0.74 | 0.63 | 0 | 0.22 | 230.61 | 0.59 | 0.49 |
| Hex | 33 | 4A | C6 | 4A | 3F | 0 | 16 | E7 | 3B | 31 |
| Octal | 63 | 112 | 306 | 112 | 77 | 0 | 26 | 347 | 73 | 61 |
| Binary | 110011 | 1001010 | 11000110 | 1001010 | 111111 | 0 | 10110 | 11100111 | 111011 | 110001 |
Color Harmonies of #334AC6
Complementary color
Monochromatic Colors of #334AC6
Black with #334AC6
Text Example
Text Example
White with #334AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AC6; }
p { color: rgb(51,74,198); }
H1.HeaderClassName
{
color: #334AC6;
}
.AnyTagClassName
{
color: #334AC6;
}
</style>
background-color css
<style>
a { background-color: #334AC6; }
a { background-color: rgb(51,74,198); }
div.DivClassName
{
background-color: #334AC6;
}
.BgClassName
{
background-color: #334AC6;
}
</style>
border-color css
<style>
span { border-color: #334AC6; }
span { border-color: rgb(51,74,198); }
td.TdClassName
{
border-color: #334AC6;
}
.TagClassName
{
border-color: #334AC6;
}
</style>