Shades of Cerulean Blue #3443AD
Tints of Cerulean Blue #3443AD
RGB
CMYK
RGB Variations
Color information
#3443AD (or 0x3443AD) is known color: Cerulean Blue. HEX triplet: 34, 43 and AD. RGB value is (52,67,173). Sum of RGB (Red+Green+Blue) = 52+67+173=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #3443AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3443AD is #CBBC52. Grayscale: #4A4A4A. Windows color (decimal): -13352019 or 11354932. OLE color: 11354932.
HSL color Cylindrical-coordinate representation of color #3443AD: hue angle of 232.56º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3443AD is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 67 | 173 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.32 |
| HSL | 232.56º | 0.54% | 0.44% | - |
| HSV(B) | 232.56º | 0.7% | 0.68% | - |
| XYZ | 10.97 | 7.76 | 40.46 | - |
| YUV | 74.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 173 | 0.70 | 0.61 | 0 | 0.32 | 232.56 | 0.54 | 0.44 |
| Hex | 34 | 43 | AD | 46 | 3D | 0 | 20 | E9 | 36 | 2C |
| Octal | 64 | 103 | 255 | 106 | 75 | 0 | 40 | 351 | 66 | 54 |
| Binary | 110100 | 1000011 | 10101101 | 1000110 | 111101 | 0 | 100000 | 11101001 | 110110 | 101100 |
Color Harmonies of #3443AD
Complementary color
Monochromatic Colors of #3443AD
Black with #3443AD
Text Example
Text Example
White with #3443AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3443AD; }
p { color: rgb(52,67,173); }
H1.HeaderClassName
{
color: #3443AD;
}
.AnyTagClassName
{
color: #3443AD;
}
</style>
background-color css
<style>
a { background-color: #3443AD; }
a { background-color: rgb(52,67,173); }
div.DivClassName
{
background-color: #3443AD;
}
.BgClassName
{
background-color: #3443AD;
}
</style>
border-color css
<style>
span { border-color: #3443AD; }
span { border-color: rgb(52,67,173); }
td.TdClassName
{
border-color: #3443AD;
}
.TagClassName
{
border-color: #3443AD;
}
</style>