Shades of Cerulean Blue #3442B5
Tints of Cerulean Blue #3442B5
RGB
CMYK
RGB Variations
Color information
#3442B5 (or 0x3442B5) is known color: Cerulean Blue. HEX triplet: 34, 42 and B5. RGB value is (52,66,181). Sum of RGB (Red+Green+Blue) = 52+66+181=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #3442B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3442B5 is #CBBD4A. Grayscale: #4A4A4A. Windows color (decimal): -13352267 or 11878964. OLE color: 11878964.
HSL color Cylindrical-coordinate representation of color #3442B5: hue angle of 233.49º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3442B5 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 66 | 181 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.29 |
| HSL | 233.49º | 0.55% | 0.46% | - |
| HSV(B) | 233.49º | 0.71% | 0.71% | - |
| XYZ | 11.7 | 7.96 | 44.64 | - |
| YUV | 74.92 | 187.86 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 181 | 0.71 | 0.64 | 0 | 0.29 | 233.49 | 0.55 | 0.46 |
| Hex | 34 | 42 | B5 | 47 | 40 | 0 | 1D | E9 | 37 | 2E |
| Octal | 64 | 102 | 265 | 107 | 100 | 0 | 35 | 351 | 67 | 56 |
| Binary | 110100 | 1000010 | 10110101 | 1000111 | 1000000 | 0 | 11101 | 11101001 | 110111 | 101110 |
Color Harmonies of #3442B5
Complementary color
Monochromatic Colors of #3442B5
Black with #3442B5
Text Example
Text Example
White with #3442B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3442B5; }
p { color: rgb(52,66,181); }
H1.HeaderClassName
{
color: #3442B5;
}
.AnyTagClassName
{
color: #3442B5;
}
</style>
background-color css
<style>
a { background-color: #3442B5; }
a { background-color: rgb(52,66,181); }
div.DivClassName
{
background-color: #3442B5;
}
.BgClassName
{
background-color: #3442B5;
}
</style>
border-color css
<style>
span { border-color: #3442B5; }
span { border-color: rgb(52,66,181); }
td.TdClassName
{
border-color: #3442B5;
}
.TagClassName
{
border-color: #3442B5;
}
</style>