Shades of Cerulean Blue #234AAA
Tints of Cerulean Blue #234AAA
RGB
CMYK
RGB Variations
Color information
#234AAA (or 0x234AAA) is known color: Cerulean Blue. HEX triplet: 23, 4A and AA. RGB value is (35,74,170). Sum of RGB (Red+Green+Blue) = 35+74+170=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #234AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234AAA is #DCB555. Grayscale: #484848. Windows color (decimal): -14464342 or 11160099. OLE color: 11160099.
HSL color Cylindrical-coordinate representation of color #234AAA: hue angle of 222.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #234AAA is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 74 | 170 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.33 |
| HSL | 222.67º | 0.66% | 0.4% | - |
| HSV(B) | 222.67º | 0.79% | 0.67% | - |
| XYZ | 10.4 | 8.16 | 39.06 | - |
| YUV | 73.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 170 | 0.79 | 0.56 | 0 | 0.33 | 222.67 | 0.66 | 0.4 |
| Hex | 23 | 4A | AA | 4F | 38 | 0 | 21 | DF | 42 | 28 |
| Octal | 43 | 112 | 252 | 117 | 70 | 0 | 41 | 337 | 102 | 50 |
| Binary | 100011 | 1001010 | 10101010 | 1001111 | 111000 | 0 | 100001 | 11011111 | 1000010 | 101000 |
Color Harmonies of #234AAA
Complementary color
Monochromatic Colors of #234AAA
Black with #234AAA
Text Example
Text Example
White with #234AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AAA; }
p { color: rgb(35,74,170); }
H1.HeaderClassName
{
color: #234AAA;
}
.AnyTagClassName
{
color: #234AAA;
}
</style>
background-color css
<style>
a { background-color: #234AAA; }
a { background-color: rgb(35,74,170); }
div.DivClassName
{
background-color: #234AAA;
}
.BgClassName
{
background-color: #234AAA;
}
</style>
border-color css
<style>
span { border-color: #234AAA; }
span { border-color: rgb(35,74,170); }
td.TdClassName
{
border-color: #234AAA;
}
.TagClassName
{
border-color: #234AAA;
}
</style>