Shades of Cerulean Blue #2254B6
Tints of Cerulean Blue #2254B6
RGB
CMYK
RGB Variations
Color information
#2254B6 (or 0x2254B6) is known color: Cerulean Blue. HEX triplet: 22, 54 and B6. RGB value is (34,84,182). Sum of RGB (Red+Green+Blue) = 34+84+182=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 182 (71.48% from 255 or 60.67% from 300); Max value from RGB is 182 - color contains mainly: blue. Hex color #2254B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2254B6 is #DDAB49. Grayscale: #4F4F4F. Windows color (decimal): -14527306 or 11949090. OLE color: 11949090.
HSL color Cylindrical-coordinate representation of color #2254B6: hue angle of 219.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2254B6 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 84 | 182 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.29 |
| HSL | 219.73º | 0.69% | 0.42% | - |
| HSV(B) | 219.73º | 0.81% | 0.71% | - |
| XYZ | 12.27 | 10.06 | 45.55 | - |
| YUV | 80.22 | 185.44 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 182 | 0.81 | 0.54 | 0 | 0.29 | 219.73 | 0.69 | 0.42 |
| Hex | 22 | 54 | B6 | 51 | 36 | 0 | 1D | DC | 45 | 2A |
| Octal | 42 | 124 | 266 | 121 | 66 | 0 | 35 | 334 | 105 | 52 |
| Binary | 100010 | 1010100 | 10110110 | 1010001 | 110110 | 0 | 11101 | 11011100 | 1000101 | 101010 |
Color Harmonies of #2254B6
Complementary color
Monochromatic Colors of #2254B6
Black with #2254B6
Text Example
Text Example
White with #2254B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2254B6; }
p { color: rgb(34,84,182); }
H1.HeaderClassName
{
color: #2254B6;
}
.AnyTagClassName
{
color: #2254B6;
}
</style>
background-color css
<style>
a { background-color: #2254B6; }
a { background-color: rgb(34,84,182); }
div.DivClassName
{
background-color: #2254B6;
}
.BgClassName
{
background-color: #2254B6;
}
</style>
border-color css
<style>
span { border-color: #2254B6; }
span { border-color: rgb(34,84,182); }
td.TdClassName
{
border-color: #2254B6;
}
.TagClassName
{
border-color: #2254B6;
}
</style>