Shades of Cerulean Blue #234EA4
Tints of Cerulean Blue #234EA4
RGB
CMYK
RGB Variations
Color information
#234EA4 (or 0x234EA4) is known color: Cerulean Blue. HEX triplet: 23, 4E and A4. RGB value is (35,78,164). Sum of RGB (Red+Green+Blue) = 35+78+164=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #234EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234EA4 is #DCB15B. Grayscale: #4A4A4A. Windows color (decimal): -14463324 or 10767907. OLE color: 10767907.
HSL color Cylindrical-coordinate representation of color #234EA4: hue angle of 220º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #234EA4 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 78 | 164 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.36 |
| HSL | 220º | 0.65% | 0.39% | - |
| HSV(B) | 220º | 0.79% | 0.64% | - |
| XYZ | 10.12 | 8.49 | 36.23 | - |
| YUV | 74.95 | 178.25 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 164 | 0.79 | 0.52 | 0 | 0.36 | 220 | 0.65 | 0.39 |
| Hex | 23 | 4E | A4 | 4F | 34 | 0 | 24 | DC | 41 | 27 |
| Octal | 43 | 116 | 244 | 117 | 64 | 0 | 44 | 334 | 101 | 47 |
| Binary | 100011 | 1001110 | 10100100 | 1001111 | 110100 | 0 | 100100 | 11011100 | 1000001 | 100111 |
Color Harmonies of #234EA4
Complementary color
Monochromatic Colors of #234EA4
Black with #234EA4
Text Example
Text Example
White with #234EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EA4; }
p { color: rgb(35,78,164); }
H1.HeaderClassName
{
color: #234EA4;
}
.AnyTagClassName
{
color: #234EA4;
}
</style>
background-color css
<style>
a { background-color: #234EA4; }
a { background-color: rgb(35,78,164); }
div.DivClassName
{
background-color: #234EA4;
}
.BgClassName
{
background-color: #234EA4;
}
</style>
border-color css
<style>
span { border-color: #234EA4; }
span { border-color: rgb(35,78,164); }
td.TdClassName
{
border-color: #234EA4;
}
.TagClassName
{
border-color: #234EA4;
}
</style>