Shades of Cerulean Blue #3462C7
Tints of Cerulean Blue #3462C7
RGB
CMYK
RGB Variations
Color information
#3462C7 (or 0x3462C7) is known color: Cerulean Blue. HEX triplet: 34, 62 and C7. RGB value is (52,98,199). Sum of RGB (Red+Green+Blue) = 52+98+199=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 199 (78.12% from 255 or 57.02% from 349); Max value from RGB is 199 - color contains mainly: blue. Hex color #3462C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3462C7 is #CB9D38. Grayscale: #5F5F5F. Windows color (decimal): -13344057 or 13066804. OLE color: 13066804.
HSL color Cylindrical-coordinate representation of color #3462C7: hue angle of 221.22º 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 #3462C7 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 98 | 199 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.22 |
| HSL | 221.22º | 0.59% | 0.49% | - |
| HSV(B) | 221.22º | 0.74% | 0.78% | - |
| XYZ | 16.09 | 13.59 | 55.81 | - |
| YUV | 95.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 199 | 0.74 | 0.51 | 0 | 0.22 | 221.22 | 0.59 | 0.49 |
| Hex | 34 | 62 | C7 | 4A | 33 | 0 | 16 | DD | 3B | 31 |
| Octal | 64 | 142 | 307 | 112 | 63 | 0 | 26 | 335 | 73 | 61 |
| Binary | 110100 | 1100010 | 11000111 | 1001010 | 110011 | 0 | 10110 | 11011101 | 111011 | 110001 |
Color Harmonies of #3462C7
Complementary color
Monochromatic Colors of #3462C7
Black with #3462C7
Text Example
Text Example
White with #3462C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3462C7; }
p { color: rgb(52,98,199); }
H1.HeaderClassName
{
color: #3462C7;
}
.AnyTagClassName
{
color: #3462C7;
}
</style>
background-color css
<style>
a { background-color: #3462C7; }
a { background-color: rgb(52,98,199); }
div.DivClassName
{
background-color: #3462C7;
}
.BgClassName
{
background-color: #3462C7;
}
</style>
border-color css
<style>
span { border-color: #3462C7; }
span { border-color: rgb(52,98,199); }
td.TdClassName
{
border-color: #3462C7;
}
.TagClassName
{
border-color: #3462C7;
}
</style>