Shades of Cerulean Blue #3443AA
Tints of Cerulean Blue #3443AA
RGB
CMYK
RGB Variations
Color information
#3443AA (or 0x3443AA) is known color: Cerulean Blue. HEX triplet: 34, 43 and AA. RGB value is (52,67,170). Sum of RGB (Red+Green+Blue) = 52+67+170=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #3443AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3443AA is #CBBC55. Grayscale: #494949. Windows color (decimal): -13352022 or 11158324. OLE color: 11158324.
HSL color Cylindrical-coordinate representation of color #3443AA: hue angle of 232.37º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3443AA is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 67 | 170 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.33 |
| HSL | 232.37º | 0.53% | 0.44% | - |
| HSV(B) | 232.37º | 0.69% | 0.67% | - |
| XYZ | 10.68 | 7.65 | 38.94 | - |
| YUV | 74.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 170 | 0.69 | 0.61 | 0 | 0.33 | 232.37 | 0.53 | 0.44 |
| Hex | 34 | 43 | AA | 45 | 3D | 0 | 21 | E8 | 35 | 2C |
| Octal | 64 | 103 | 252 | 105 | 75 | 0 | 41 | 350 | 65 | 54 |
| Binary | 110100 | 1000011 | 10101010 | 1000101 | 111101 | 0 | 100001 | 11101000 | 110101 | 101100 |
Color Harmonies of #3443AA
Complementary color
Monochromatic Colors of #3443AA
Black with #3443AA
Text Example
Text Example
White with #3443AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3443AA; }
p { color: rgb(52,67,170); }
H1.HeaderClassName
{
color: #3443AA;
}
.AnyTagClassName
{
color: #3443AA;
}
</style>
background-color css
<style>
a { background-color: #3443AA; }
a { background-color: rgb(52,67,170); }
div.DivClassName
{
background-color: #3443AA;
}
.BgClassName
{
background-color: #3443AA;
}
</style>
border-color css
<style>
span { border-color: #3443AA; }
span { border-color: rgb(52,67,170); }
td.TdClassName
{
border-color: #3443AA;
}
.TagClassName
{
border-color: #3443AA;
}
</style>