Shades of Cerulean Blue #3457BC
Tints of Cerulean Blue #3457BC
RGB
CMYK
RGB Variations
Color information
#3457BC (or 0x3457BC) is known color: Cerulean Blue. HEX triplet: 34, 57 and BC. RGB value is (52,87,188). Sum of RGB (Red+Green+Blue) = 52+87+188=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #3457BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3457BC is #CBA843. Grayscale: #575757. Windows color (decimal): -13346884 or 12343092. OLE color: 12343092.
HSL color Cylindrical-coordinate representation of color #3457BC: hue angle of 224.56º 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 #3457BC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 87 | 188 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.26 |
| HSL | 224.56º | 0.57% | 0.47% | - |
| HSV(B) | 224.56º | 0.72% | 0.74% | - |
| XYZ | 13.9 | 11.18 | 49 | - |
| YUV | 88.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 188 | 0.72 | 0.54 | 0 | 0.26 | 224.56 | 0.57 | 0.47 |
| Hex | 34 | 57 | BC | 48 | 36 | 0 | 1A | E1 | 39 | 2F |
| Octal | 64 | 127 | 274 | 110 | 66 | 0 | 32 | 341 | 71 | 57 |
| Binary | 110100 | 1010111 | 10111100 | 1001000 | 110110 | 0 | 11010 | 11100001 | 111001 | 101111 |
Color Harmonies of #3457BC
Complementary color
Monochromatic Colors of #3457BC
Black with #3457BC
Text Example
Text Example
White with #3457BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3457BC; }
p { color: rgb(52,87,188); }
H1.HeaderClassName
{
color: #3457BC;
}
.AnyTagClassName
{
color: #3457BC;
}
</style>
background-color css
<style>
a { background-color: #3457BC; }
a { background-color: rgb(52,87,188); }
div.DivClassName
{
background-color: #3457BC;
}
.BgClassName
{
background-color: #3457BC;
}
</style>
border-color css
<style>
span { border-color: #3457BC; }
span { border-color: rgb(52,87,188); }
td.TdClassName
{
border-color: #3457BC;
}
.TagClassName
{
border-color: #3457BC;
}
</style>