Shades of Cerulean Blue #234BAC
Tints of Cerulean Blue #234BAC
RGB
CMYK
RGB Variations
Color information
#234BAC (or 0x234BAC) is known color: Cerulean Blue. HEX triplet: 23, 4B and AC. RGB value is (35,75,172). Sum of RGB (Red+Green+Blue) = 35+75+172=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #234BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234BAC is #DCB453. Grayscale: #494949. Windows color (decimal): -14464084 or 11291427. OLE color: 11291427.
HSL color Cylindrical-coordinate representation of color #234BAC: hue angle of 222.48º 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 #234BAC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 75 | 172 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.33 |
| HSL | 222.48º | 0.66% | 0.41% | - |
| HSV(B) | 222.48º | 0.8% | 0.67% | - |
| XYZ | 10.66 | 8.37 | 40.08 | - |
| YUV | 74.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 172 | 0.80 | 0.56 | 0 | 0.33 | 222.48 | 0.66 | 0.41 |
| Hex | 23 | 4B | AC | 50 | 38 | 0 | 21 | DE | 42 | 29 |
| Octal | 43 | 113 | 254 | 120 | 70 | 0 | 41 | 336 | 102 | 51 |
| Binary | 100011 | 1001011 | 10101100 | 1010000 | 111000 | 0 | 100001 | 11011110 | 1000010 | 101001 |
Color Harmonies of #234BAC
Complementary color
Monochromatic Colors of #234BAC
Black with #234BAC
Text Example
Text Example
White with #234BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BAC; }
p { color: rgb(35,75,172); }
H1.HeaderClassName
{
color: #234BAC;
}
.AnyTagClassName
{
color: #234BAC;
}
</style>
background-color css
<style>
a { background-color: #234BAC; }
a { background-color: rgb(35,75,172); }
div.DivClassName
{
background-color: #234BAC;
}
.BgClassName
{
background-color: #234BAC;
}
</style>
border-color css
<style>
span { border-color: #234BAC; }
span { border-color: rgb(35,75,172); }
td.TdClassName
{
border-color: #234BAC;
}
.TagClassName
{
border-color: #234BAC;
}
</style>