Shades of Cerulean Blue #234AB7
Tints of Cerulean Blue #234AB7
RGB
CMYK
RGB Variations
Color information
#234AB7 (or 0x234AB7) is known color: Cerulean Blue. HEX triplet: 23, 4A and B7. RGB value is (35,74,183). Sum of RGB (Red+Green+Blue) = 35+74+183=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 183 (71.88% from 255 or 62.67% from 292); Max value from RGB is 183 - color contains mainly: blue. Hex color #234AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234AB7 is #DCB548. Grayscale: #4A4A4A. Windows color (decimal): -14464329 or 12012067. OLE color: 12012067.
HSL color Cylindrical-coordinate representation of color #234AB7: hue angle of 224.19º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234AB7 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 74 | 183 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.28 |
| HSL | 224.19º | 0.68% | 0.43% | - |
| HSV(B) | 224.19º | 0.81% | 0.72% | - |
| XYZ | 11.69 | 8.67 | 45.86 | - |
| YUV | 74.77 | 189.08 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 183 | 0.81 | 0.60 | 0 | 0.28 | 224.19 | 0.68 | 0.43 |
| Hex | 23 | 4A | B7 | 51 | 3C | 0 | 1C | E0 | 44 | 2B |
| Octal | 43 | 112 | 267 | 121 | 74 | 0 | 34 | 340 | 104 | 53 |
| Binary | 100011 | 1001010 | 10110111 | 1010001 | 111100 | 0 | 11100 | 11100000 | 1000100 | 101011 |
Color Harmonies of #234AB7
Complementary color
Monochromatic Colors of #234AB7
Black with #234AB7
Text Example
Text Example
White with #234AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AB7; }
p { color: rgb(35,74,183); }
H1.HeaderClassName
{
color: #234AB7;
}
.AnyTagClassName
{
color: #234AB7;
}
</style>
background-color css
<style>
a { background-color: #234AB7; }
a { background-color: rgb(35,74,183); }
div.DivClassName
{
background-color: #234AB7;
}
.BgClassName
{
background-color: #234AB7;
}
</style>
border-color css
<style>
span { border-color: #234AB7; }
span { border-color: rgb(35,74,183); }
td.TdClassName
{
border-color: #234AB7;
}
.TagClassName
{
border-color: #234AB7;
}
</style>