Shades of Cerulean Blue #234AAC
Tints of Cerulean Blue #234AAC
RGB
CMYK
RGB Variations
Color information
#234AAC (or 0x234AAC) is known color: Cerulean Blue. HEX triplet: 23, 4A and AC. RGB value is (35,74,172). Sum of RGB (Red+Green+Blue) = 35+74+172=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #234AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234AAC is #DCB553. Grayscale: #494949. Windows color (decimal): -14464340 or 11291171. OLE color: 11291171.
HSL color Cylindrical-coordinate representation of color #234AAC: hue angle of 222.92º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234AAC is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 74 | 172 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.33 |
| HSL | 222.92º | 0.66% | 0.41% | - |
| HSV(B) | 222.92º | 0.8% | 0.67% | - |
| XYZ | 10.59 | 8.23 | 40.06 | - |
| YUV | 73.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 172 | 0.80 | 0.57 | 0 | 0.33 | 222.92 | 0.66 | 0.41 |
| Hex | 23 | 4A | AC | 50 | 39 | 0 | 21 | DF | 42 | 29 |
| Octal | 43 | 112 | 254 | 120 | 71 | 0 | 41 | 337 | 102 | 51 |
| Binary | 100011 | 1001010 | 10101100 | 1010000 | 111001 | 0 | 100001 | 11011111 | 1000010 | 101001 |
Color Harmonies of #234AAC
Complementary color
Monochromatic Colors of #234AAC
Black with #234AAC
Text Example
Text Example
White with #234AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AAC; }
p { color: rgb(35,74,172); }
H1.HeaderClassName
{
color: #234AAC;
}
.AnyTagClassName
{
color: #234AAC;
}
</style>
background-color css
<style>
a { background-color: #234AAC; }
a { background-color: rgb(35,74,172); }
div.DivClassName
{
background-color: #234AAC;
}
.BgClassName
{
background-color: #234AAC;
}
</style>
border-color css
<style>
span { border-color: #234AAC; }
span { border-color: rgb(35,74,172); }
td.TdClassName
{
border-color: #234AAC;
}
.TagClassName
{
border-color: #234AAC;
}
</style>