Shades of Cerulean Blue #224BC6
Tints of Cerulean Blue #224BC6
RGB
CMYK
RGB Variations
Color information
#224BC6 (or 0x224BC6) is known color: Cerulean Blue. HEX triplet: 22, 4B and C6. RGB value is (34,75,198). Sum of RGB (Red+Green+Blue) = 34+75+198=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #224BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BC6 is #DDB439. Grayscale: #4C4C4C. Windows color (decimal): -14529594 or 12995362. OLE color: 12995362.
HSL color Cylindrical-coordinate representation of color #224BC6: hue angle of 225º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224BC6 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 75 | 198 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.22 |
| HSL | 225º | 0.71% | 0.45% | - |
| HSV(B) | 225º | 0.83% | 0.78% | - |
| XYZ | 13.37 | 9.45 | 54.55 | - |
| YUV | 76.76 | 196.42 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 198 | 0.83 | 0.62 | 0 | 0.22 | 225 | 0.71 | 0.45 |
| Hex | 22 | 4B | C6 | 53 | 3E | 0 | 16 | E1 | 47 | 2D |
| Octal | 42 | 113 | 306 | 123 | 76 | 0 | 26 | 341 | 107 | 55 |
| Binary | 100010 | 1001011 | 11000110 | 1010011 | 111110 | 0 | 10110 | 11100001 | 1000111 | 101101 |
Color Harmonies of #224BC6
Complementary color
Monochromatic Colors of #224BC6
Black with #224BC6
Text Example
Text Example
White with #224BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BC6; }
p { color: rgb(34,75,198); }
H1.HeaderClassName
{
color: #224BC6;
}
.AnyTagClassName
{
color: #224BC6;
}
</style>
background-color css
<style>
a { background-color: #224BC6; }
a { background-color: rgb(34,75,198); }
div.DivClassName
{
background-color: #224BC6;
}
.BgClassName
{
background-color: #224BC6;
}
</style>
border-color css
<style>
span { border-color: #224BC6; }
span { border-color: rgb(34,75,198); }
td.TdClassName
{
border-color: #224BC6;
}
.TagClassName
{
border-color: #224BC6;
}
</style>