Shades of Cerulean Blue #234AAB
Tints of Cerulean Blue #234AAB
RGB
CMYK
RGB Variations
Color information
#234AAB (or 0x234AAB) is known color: Cerulean Blue. HEX triplet: 23, 4A and AB. RGB value is (35,74,171). Sum of RGB (Red+Green+Blue) = 35+74+171=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #234AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234AAB is #DCB554. Grayscale: #484848. Windows color (decimal): -14464341 or 11225635. OLE color: 11225635.
HSL color Cylindrical-coordinate representation of color #234AAB: hue angle of 222.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234AAB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 74 | 171 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.33 |
| HSL | 222.79º | 0.66% | 0.4% | - |
| HSV(B) | 222.79º | 0.8% | 0.67% | - |
| XYZ | 10.49 | 8.2 | 39.56 | - |
| YUV | 73.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 171 | 0.80 | 0.57 | 0 | 0.33 | 222.79 | 0.66 | 0.4 |
| Hex | 23 | 4A | AB | 50 | 39 | 0 | 21 | DF | 42 | 28 |
| Octal | 43 | 112 | 253 | 120 | 71 | 0 | 41 | 337 | 102 | 50 |
| Binary | 100011 | 1001010 | 10101011 | 1010000 | 111001 | 0 | 100001 | 11011111 | 1000010 | 101000 |
Color Harmonies of #234AAB
Complementary color
Monochromatic Colors of #234AAB
Black with #234AAB
Text Example
Text Example
White with #234AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AAB; }
p { color: rgb(35,74,171); }
H1.HeaderClassName
{
color: #234AAB;
}
.AnyTagClassName
{
color: #234AAB;
}
</style>
background-color css
<style>
a { background-color: #234AAB; }
a { background-color: rgb(35,74,171); }
div.DivClassName
{
background-color: #234AAB;
}
.BgClassName
{
background-color: #234AAB;
}
</style>
border-color css
<style>
span { border-color: #234AAB; }
span { border-color: rgb(35,74,171); }
td.TdClassName
{
border-color: #234AAB;
}
.TagClassName
{
border-color: #234AAB;
}
</style>