Shades of Cerulean Blue #234BA3
Tints of Cerulean Blue #234BA3
RGB
CMYK
RGB Variations
Color information
#234BA3 (or 0x234BA3) is known color: Cerulean Blue. HEX triplet: 23, 4B and A3. RGB value is (35,75,163). Sum of RGB (Red+Green+Blue) = 35+75+163=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 163 (64.06% from 255 or 59.71% from 273); Max value from RGB is 163 - color contains mainly: blue. Hex color #234BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234BA3 is #DCB45C. Grayscale: #484848. Windows color (decimal): -14464093 or 10701603. OLE color: 10701603.
HSL color Cylindrical-coordinate representation of color #234BA3: hue angle of 221.25º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #234BA3 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 75 | 163 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.36 |
| HSL | 221.25º | 0.65% | 0.39% | - |
| HSV(B) | 221.25º | 0.79% | 0.64% | - |
| XYZ | 9.82 | 8.03 | 35.68 | - |
| YUV | 73.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 163 | 0.79 | 0.54 | 0 | 0.36 | 221.25 | 0.65 | 0.39 |
| Hex | 23 | 4B | A3 | 4F | 36 | 0 | 24 | DD | 41 | 27 |
| Octal | 43 | 113 | 243 | 117 | 66 | 0 | 44 | 335 | 101 | 47 |
| Binary | 100011 | 1001011 | 10100011 | 1001111 | 110110 | 0 | 100100 | 11011101 | 1000001 | 100111 |
Color Harmonies of #234BA3
Complementary color
Monochromatic Colors of #234BA3
Black with #234BA3
Text Example
Text Example
White with #234BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BA3; }
p { color: rgb(35,75,163); }
H1.HeaderClassName
{
color: #234BA3;
}
.AnyTagClassName
{
color: #234BA3;
}
</style>
background-color css
<style>
a { background-color: #234BA3; }
a { background-color: rgb(35,75,163); }
div.DivClassName
{
background-color: #234BA3;
}
.BgClassName
{
background-color: #234BA3;
}
</style>
border-color css
<style>
span { border-color: #234BA3; }
span { border-color: rgb(35,75,163); }
td.TdClassName
{
border-color: #234BA3;
}
.TagClassName
{
border-color: #234BA3;
}
</style>