Shades of Cerulean Blue #3442B8
Tints of Cerulean Blue #3442B8
RGB
CMYK
RGB Variations
Color information
#3442B8 (or 0x3442B8) is known color: Cerulean Blue. HEX triplet: 34, 42 and B8. RGB value is (52,66,184). Sum of RGB (Red+Green+Blue) = 52+66+184=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 184 (72.27% from 255 or 60.93% from 302); Max value from RGB is 184 - color contains mainly: blue. Hex color #3442B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3442B8 is #CBBD47. Grayscale: #4A4A4A. Windows color (decimal): -13352264 or 12075572. OLE color: 12075572.
HSL color Cylindrical-coordinate representation of color #3442B8: hue angle of 233.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3442B8 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 66 | 184 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.28 |
| HSL | 233.64º | 0.56% | 0.46% | - |
| HSV(B) | 233.64º | 0.72% | 0.72% | - |
| XYZ | 12.02 | 8.09 | 46.28 | - |
| YUV | 75.27 | 189.36 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 184 | 0.72 | 0.64 | 0 | 0.28 | 233.64 | 0.56 | 0.46 |
| Hex | 34 | 42 | B8 | 48 | 40 | 0 | 1C | EA | 38 | 2E |
| Octal | 64 | 102 | 270 | 110 | 100 | 0 | 34 | 352 | 70 | 56 |
| Binary | 110100 | 1000010 | 10111000 | 1001000 | 1000000 | 0 | 11100 | 11101010 | 111000 | 101110 |
Color Harmonies of #3442B8
Complementary color
Monochromatic Colors of #3442B8
Black with #3442B8
Text Example
Text Example
White with #3442B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3442B8; }
p { color: rgb(52,66,184); }
H1.HeaderClassName
{
color: #3442B8;
}
.AnyTagClassName
{
color: #3442B8;
}
</style>
background-color css
<style>
a { background-color: #3442B8; }
a { background-color: rgb(52,66,184); }
div.DivClassName
{
background-color: #3442B8;
}
.BgClassName
{
background-color: #3442B8;
}
</style>
border-color css
<style>
span { border-color: #3442B8; }
span { border-color: rgb(52,66,184); }
td.TdClassName
{
border-color: #3442B8;
}
.TagClassName
{
border-color: #3442B8;
}
</style>