Shades of Cerulean Blue #2E5CCB
Tints of Cerulean Blue #2E5CCB
RGB
CMYK
RGB Variations
Color information
#2E5CCB (or 0x2E5CCB) is known color: Cerulean Blue. HEX triplet: 2E, 5C and CB. RGB value is (46,92,203). Sum of RGB (Red+Green+Blue) = 46+92+203=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E5CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5CCB is #D1A334. Grayscale: #5A5A5A. Windows color (decimal): -13738805 or 13327406. OLE color: 13327406.
HSL color Cylindrical-coordinate representation of color #2E5CCB: hue angle of 222.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E5CCB is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 92 | 203 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.20 |
| HSL | 222.42º | 0.63% | 0.49% | - |
| HSV(B) | 222.42º | 0.77% | 0.8% | - |
| XYZ | 15.73 | 12.55 | 58.09 | - |
| YUV | 90.9 | 191.26 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 203 | 0.77 | 0.55 | 0 | 0.20 | 222.42 | 0.63 | 0.49 |
| Hex | 2E | 5C | CB | 4D | 37 | 0 | 14 | DE | 3F | 31 |
| Octal | 56 | 134 | 313 | 115 | 67 | 0 | 24 | 336 | 77 | 61 |
| Binary | 101110 | 1011100 | 11001011 | 1001101 | 110111 | 0 | 10100 | 11011110 | 111111 | 110001 |
Color Harmonies of #2E5CCB
Complementary color
Monochromatic Colors of #2E5CCB
Black with #2E5CCB
Text Example
Text Example
White with #2E5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5CCB; }
p { color: rgb(46,92,203); }
H1.HeaderClassName
{
color: #2E5CCB;
}
.AnyTagClassName
{
color: #2E5CCB;
}
</style>
background-color css
<style>
a { background-color: #2E5CCB; }
a { background-color: rgb(46,92,203); }
div.DivClassName
{
background-color: #2E5CCB;
}
.BgClassName
{
background-color: #2E5CCB;
}
</style>
border-color css
<style>
span { border-color: #2E5CCB; }
span { border-color: rgb(46,92,203); }
td.TdClassName
{
border-color: #2E5CCB;
}
.TagClassName
{
border-color: #2E5CCB;
}
</style>