Shades of Cerulean Blue #2247B3
Tints of Cerulean Blue #2247B3
RGB
CMYK
RGB Variations
Color information
#2247B3 (or 0x2247B3) is known color: Cerulean Blue. HEX triplet: 22, 47 and B3. RGB value is (34,71,179). Sum of RGB (Red+Green+Blue) = 34+71+179=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 179 (70.31% from 255 or 63.03% from 284); Max value from RGB is 179 - color contains mainly: blue. Hex color #2247B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2247B3 is #DDB84C. Grayscale: #474747. Windows color (decimal): -14530637 or 11749154. OLE color: 11749154.
HSL color Cylindrical-coordinate representation of color #2247B3: hue angle of 224.69º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2247B3 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 71 | 179 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.30 |
| HSL | 224.69º | 0.68% | 0.42% | - |
| HSV(B) | 224.69º | 0.81% | 0.7% | - |
| XYZ | 11.05 | 8.1 | 43.63 | - |
| YUV | 72.25 | 188.24 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 179 | 0.81 | 0.60 | 0 | 0.30 | 224.69 | 0.68 | 0.42 |
| Hex | 22 | 47 | B3 | 51 | 3C | 0 | 1E | E1 | 44 | 2A |
| Octal | 42 | 107 | 263 | 121 | 74 | 0 | 36 | 341 | 104 | 52 |
| Binary | 100010 | 1000111 | 10110011 | 1010001 | 111100 | 0 | 11110 | 11100001 | 1000100 | 101010 |
Color Harmonies of #2247B3
Complementary color
Monochromatic Colors of #2247B3
Black with #2247B3
Text Example
Text Example
White with #2247B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2247B3; }
p { color: rgb(34,71,179); }
H1.HeaderClassName
{
color: #2247B3;
}
.AnyTagClassName
{
color: #2247B3;
}
</style>
background-color css
<style>
a { background-color: #2247B3; }
a { background-color: rgb(34,71,179); }
div.DivClassName
{
background-color: #2247B3;
}
.BgClassName
{
background-color: #2247B3;
}
</style>
border-color css
<style>
span { border-color: #2247B3; }
span { border-color: rgb(34,71,179); }
td.TdClassName
{
border-color: #2247B3;
}
.TagClassName
{
border-color: #2247B3;
}
</style>