Shades of Cerulean Blue #234AAF
Tints of Cerulean Blue #234AAF
RGB
CMYK
RGB Variations
Color information
#234AAF (or 0x234AAF) is known color: Cerulean Blue. HEX triplet: 23, 4A and AF. RGB value is (35,74,175). Sum of RGB (Red+Green+Blue) = 35+74+175=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #234AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234AAF is #DCB550. Grayscale: #494949. Windows color (decimal): -14464337 or 11487779. OLE color: 11487779.
HSL color Cylindrical-coordinate representation of color #234AAF: hue angle of 223.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234AAF is Cyan = 0.8, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 74 | 175 | - |
| CMYK | 0.8 | 0.58 | 0 | 0.31 |
| HSL | 223.29º | 0.67% | 0.41% | - |
| HSV(B) | 223.29º | 0.8% | 0.69% | - |
| XYZ | 10.88 | 8.35 | 41.6 | - |
| YUV | 73.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 175 | 0.8 | 0.58 | 0 | 0.31 | 223.29 | 0.67 | 0.41 |
| Hex | 23 | 4A | AF | 50 | 3A | 0 | 1F | DF | 43 | 29 |
| Octal | 43 | 112 | 257 | 120 | 72 | 0 | 37 | 337 | 103 | 51 |
| Binary | 100011 | 1001010 | 10101111 | 1010000 | 111010 | 0 | 11111 | 11011111 | 1000011 | 101001 |
Color Harmonies of #234AAF
Complementary color
Monochromatic Colors of #234AAF
Black with #234AAF
Text Example
Text Example
White with #234AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AAF; }
p { color: rgb(35,74,175); }
H1.HeaderClassName
{
color: #234AAF;
}
.AnyTagClassName
{
color: #234AAF;
}
</style>
background-color css
<style>
a { background-color: #234AAF; }
a { background-color: rgb(35,74,175); }
div.DivClassName
{
background-color: #234AAF;
}
.BgClassName
{
background-color: #234AAF;
}
</style>
border-color css
<style>
span { border-color: #234AAF; }
span { border-color: rgb(35,74,175); }
td.TdClassName
{
border-color: #234AAF;
}
.TagClassName
{
border-color: #234AAF;
}
</style>