Shades of Cerulean Blue #3443BD
Tints of Cerulean Blue #3443BD
RGB
CMYK
RGB Variations
Color information
#3443BD (or 0x3443BD) is known color: Cerulean Blue. HEX triplet: 34, 43 and BD. RGB value is (52,67,189). Sum of RGB (Red+Green+Blue) = 52+67+189=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #3443BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3443BD is #CBBC42. Grayscale: #4B4B4B. Windows color (decimal): -13352003 or 12403508. OLE color: 12403508.
HSL color Cylindrical-coordinate representation of color #3443BD: hue angle of 233.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3443BD is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 67 | 189 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.26 |
| HSL | 233.43º | 0.57% | 0.47% | - |
| HSV(B) | 233.43º | 0.72% | 0.74% | - |
| XYZ | 12.61 | 8.42 | 49.1 | - |
| YUV | 76.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 189 | 0.72 | 0.65 | 0 | 0.26 | 233.43 | 0.57 | 0.47 |
| Hex | 34 | 43 | BD | 48 | 41 | 0 | 1A | E9 | 39 | 2F |
| Octal | 64 | 103 | 275 | 110 | 101 | 0 | 32 | 351 | 71 | 57 |
| Binary | 110100 | 1000011 | 10111101 | 1001000 | 1000001 | 0 | 11010 | 11101001 | 111001 | 101111 |
Color Harmonies of #3443BD
Complementary color
Monochromatic Colors of #3443BD
Black with #3443BD
Text Example
Text Example
White with #3443BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3443BD; }
p { color: rgb(52,67,189); }
H1.HeaderClassName
{
color: #3443BD;
}
.AnyTagClassName
{
color: #3443BD;
}
</style>
background-color css
<style>
a { background-color: #3443BD; }
a { background-color: rgb(52,67,189); }
div.DivClassName
{
background-color: #3443BD;
}
.BgClassName
{
background-color: #3443BD;
}
</style>
border-color css
<style>
span { border-color: #3443BD; }
span { border-color: rgb(52,67,189); }
td.TdClassName
{
border-color: #3443BD;
}
.TagClassName
{
border-color: #3443BD;
}
</style>