#224EBA

Color #224EBA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #224EBA

Tints of Cerulean Blue #224EBA

Color information

#224EBA (or 0x224EBA) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4E and BA. RGB value is (34,78,186). Sum of RGB (Red+Green+Blue) = 34+78+186=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #224EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EBA is #DDB145. Grayscale: #4C4C4C. Windows color (decimal): -14528838 or 12209698. OLE color: 12209698.

HSL color Cylindrical-coordinate representation of color #224EBA: hue angle of 222.63º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224EBA is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3478186-
CMYK0.820.5800.27
HSL222.63º69.09%43.14%-
HSV(B)222.63º81.72%72.94%-
XYZ12.259.3347.61-
YUV77.16189.4297.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 11.41%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 186 (73.05% from 255) = 62.42%
R=11.41%
G=26.17%
B=62.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34781860.820.5800.27222.6369.0943.14
Hex224EBA523A01Bdf452b
Octal421162721227203333710553
Binary1000101001110101110101010010111010011011110111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224EBA; }

 p { color: rgb(34,78,186); }

 H1.HeaderClassName
 {
   color: #224EBA;
 }
 .AnyTagClassName
 {
   color: #224EBA;
 }
</style>
background-color css

<style>
 a { background-color: #224EBA; }

 a { background-color: rgb(34,78,186); }

 div.DivClassName
 {
   background-color: #224EBA;
 }
 .BgClassName
 {
   background-color: #224EBA;
 }
</style>
border-color css

<style>
 span { border-color: #224EBA; }

 span { border-color: rgb(34,78,186); }

 td.TdClassName
 {
   border-color: #224EBA;
 }
 .TagClassName
 {
   border-color: #224EBA;
 }
</style>