Shades of Cerulean Blue #344ABC
Tints of Cerulean Blue #344ABC
RGB
CMYK
RGB Variations
Color information
#344ABC (or 0x344ABC) is known color: Cerulean Blue. HEX triplet: 34, 4A and BC. RGB value is (52,74,188). Sum of RGB (Red+Green+Blue) = 52+74+188=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #344ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ABC is #CBB543. Grayscale: #4F4F4F. Windows color (decimal): -13350212 or 12339764. OLE color: 12339764.
HSL color Cylindrical-coordinate representation of color #344ABC: hue angle of 230.29º 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 #344ABC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 74 | 188 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.26 |
| HSL | 230.29º | 0.57% | 0.47% | - |
| HSV(B) | 230.29º | 0.72% | 0.74% | - |
| XYZ | 12.94 | 9.26 | 48.68 | - |
| YUV | 80.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 188 | 0.72 | 0.61 | 0 | 0.26 | 230.29 | 0.57 | 0.47 |
| Hex | 34 | 4A | BC | 48 | 3D | 0 | 1A | E6 | 39 | 2F |
| Octal | 64 | 112 | 274 | 110 | 75 | 0 | 32 | 346 | 71 | 57 |
| Binary | 110100 | 1001010 | 10111100 | 1001000 | 111101 | 0 | 11010 | 11100110 | 111001 | 101111 |
Color Harmonies of #344ABC
Complementary color
Monochromatic Colors of #344ABC
Black with #344ABC
Text Example
Text Example
White with #344ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344ABC; }
p { color: rgb(52,74,188); }
H1.HeaderClassName
{
color: #344ABC;
}
.AnyTagClassName
{
color: #344ABC;
}
</style>
background-color css
<style>
a { background-color: #344ABC; }
a { background-color: rgb(52,74,188); }
div.DivClassName
{
background-color: #344ABC;
}
.BgClassName
{
background-color: #344ABC;
}
</style>
border-color css
<style>
span { border-color: #344ABC; }
span { border-color: rgb(52,74,188); }
td.TdClassName
{
border-color: #344ABC;
}
.TagClassName
{
border-color: #344ABC;
}
</style>