#224EA3

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

Shades of Cerulean Blue #224EA3

Tints of Cerulean Blue #224EA3

Color information

#224EA3 (or 0x224EA3) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4E and A3. RGB value is (34,78,163). Sum of RGB (Red+Green+Blue) = 34+78+163=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #224EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224EA3 is #DDB15C. Grayscale: #4A4A4A. Windows color (decimal): -14528861 or 10702370. OLE color: 10702370.

HSL color Cylindrical-coordinate representation of color #224EA3: hue angle of 219.53º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224EA3 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3478163-
CMYK0.790.5200.36
HSL219.53º65.48%38.63%-
HSV(B)219.53º79.14%63.92%-
XYZ9.998.4335.75-
YUV74.53177.9299.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 163 (64.06% from 255) = 59.27%
R=12.36%
G=28.36%
B=59.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34781630.790.5200.36219.5365.4838.63
Hex224EA34F34024dc4127
Octal421162431176404433410147
Binary10001010011101010001110011111101000100100110111001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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