Shades of Cerulean Blue #234AA8
Tints of Cerulean Blue #234AA8
RGB
CMYK
RGB Variations
Color information
#234AA8 (or 0x234AA8) is known color: Cerulean Blue. HEX triplet: 23, 4A and A8. RGB value is (35,74,168). Sum of RGB (Red+Green+Blue) = 35+74+168=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 168 (66.02% from 255 or 60.65% from 277); Max value from RGB is 168 - color contains mainly: blue. Hex color #234AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234AA8 is #DCB557. Grayscale: #484848. Windows color (decimal): -14464344 or 11029027. OLE color: 11029027.
HSL color Cylindrical-coordinate representation of color #234AA8: hue angle of 222.41º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #234AA8 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 74 | 168 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.34 |
| HSL | 222.41º | 0.66% | 0.4% | - |
| HSV(B) | 222.41º | 0.79% | 0.66% | - |
| XYZ | 10.21 | 8.08 | 38.07 | - |
| YUV | 73.06 | 181.58 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 168 | 0.79 | 0.56 | 0 | 0.34 | 222.41 | 0.66 | 0.4 |
| Hex | 23 | 4A | A8 | 4F | 38 | 0 | 22 | DE | 42 | 28 |
| Octal | 43 | 112 | 250 | 117 | 70 | 0 | 42 | 336 | 102 | 50 |
| Binary | 100011 | 1001010 | 10101000 | 1001111 | 111000 | 0 | 100010 | 11011110 | 1000010 | 101000 |
Color Harmonies of #234AA8
Complementary color
Monochromatic Colors of #234AA8
Black with #234AA8
Text Example
Text Example
White with #234AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AA8; }
p { color: rgb(35,74,168); }
H1.HeaderClassName
{
color: #234AA8;
}
.AnyTagClassName
{
color: #234AA8;
}
</style>
background-color css
<style>
a { background-color: #234AA8; }
a { background-color: rgb(35,74,168); }
div.DivClassName
{
background-color: #234AA8;
}
.BgClassName
{
background-color: #234AA8;
}
</style>
border-color css
<style>
span { border-color: #234AA8; }
span { border-color: rgb(35,74,168); }
td.TdClassName
{
border-color: #234AA8;
}
.TagClassName
{
border-color: #234AA8;
}
</style>