Shades of Cerulean Blue #3442BE
Tints of Cerulean Blue #3442BE
RGB
CMYK
RGB Variations
Color information
#3442BE (or 0x3442BE) is known color: Cerulean Blue. HEX triplet: 34, 42 and BE. RGB value is (52,66,190). Sum of RGB (Red+Green+Blue) = 52+66+190=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #3442BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3442BE is #CBBD41. Grayscale: #4B4B4B. Windows color (decimal): -13352258 or 12468788. OLE color: 12468788.
HSL color Cylindrical-coordinate representation of color #3442BE: hue angle of 233.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3442BE is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 66 | 190 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.25 |
| HSL | 233.91º | 0.57% | 0.47% | - |
| HSV(B) | 233.91º | 0.73% | 0.75% | - |
| XYZ | 12.66 | 8.34 | 49.66 | - |
| YUV | 75.95 | 192.36 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 190 | 0.73 | 0.65 | 0 | 0.25 | 233.91 | 0.57 | 0.47 |
| Hex | 34 | 42 | BE | 49 | 41 | 0 | 19 | EA | 39 | 2F |
| Octal | 64 | 102 | 276 | 111 | 101 | 0 | 31 | 352 | 71 | 57 |
| Binary | 110100 | 1000010 | 10111110 | 1001001 | 1000001 | 0 | 11001 | 11101010 | 111001 | 101111 |
Color Harmonies of #3442BE
Complementary color
Monochromatic Colors of #3442BE
Black with #3442BE
Text Example
Text Example
White with #3442BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3442BE; }
p { color: rgb(52,66,190); }
H1.HeaderClassName
{
color: #3442BE;
}
.AnyTagClassName
{
color: #3442BE;
}
</style>
background-color css
<style>
a { background-color: #3442BE; }
a { background-color: rgb(52,66,190); }
div.DivClassName
{
background-color: #3442BE;
}
.BgClassName
{
background-color: #3442BE;
}
</style>
border-color css
<style>
span { border-color: #3442BE; }
span { border-color: rgb(52,66,190); }
td.TdClassName
{
border-color: #3442BE;
}
.TagClassName
{
border-color: #3442BE;
}
</style>