Shades of Cerulean Blue #3443C0
Tints of Cerulean Blue #3443C0
RGB
CMYK
RGB Variations
Color information
#3443C0 (or 0x3443C0) is known color: Cerulean Blue. HEX triplet: 34, 43 and C0. RGB value is (52,67,192). Sum of RGB (Red+Green+Blue) = 52+67+192=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #3443C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3443C0 is #CBBC3F. Grayscale: #4C4C4C. Windows color (decimal): -13352000 or 12600116. OLE color: 12600116.
HSL color Cylindrical-coordinate representation of color #3443C0: hue angle of 233.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3443C0 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 67 | 192 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.25 |
| HSL | 233.57º | 0.57% | 0.48% | - |
| HSV(B) | 233.57º | 0.73% | 0.75% | - |
| XYZ | 12.94 | 8.55 | 50.84 | - |
| YUV | 76.77 | 193.03 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 192 | 0.73 | 0.65 | 0 | 0.25 | 233.57 | 0.57 | 0.48 |
| Hex | 34 | 43 | C0 | 49 | 41 | 0 | 19 | EA | 39 | 30 |
| Octal | 64 | 103 | 300 | 111 | 101 | 0 | 31 | 352 | 71 | 60 |
| Binary | 110100 | 1000011 | 11000000 | 1001001 | 1000001 | 0 | 11001 | 11101010 | 111001 | 110000 |
Color Harmonies of #3443C0
Complementary color
Monochromatic Colors of #3443C0
Black with #3443C0
Text Example
Text Example
White with #3443C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3443C0; }
p { color: rgb(52,67,192); }
H1.HeaderClassName
{
color: #3443C0;
}
.AnyTagClassName
{
color: #3443C0;
}
</style>
background-color css
<style>
a { background-color: #3443C0; }
a { background-color: rgb(52,67,192); }
div.DivClassName
{
background-color: #3443C0;
}
.BgClassName
{
background-color: #3443C0;
}
</style>
border-color css
<style>
span { border-color: #3443C0; }
span { border-color: rgb(52,67,192); }
td.TdClassName
{
border-color: #3443C0;
}
.TagClassName
{
border-color: #3443C0;
}
</style>