#224BAE

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

Shades of Cerulean Blue #224BAE

Tints of Cerulean Blue #224BAE

Color information

#224BAE (or 0x224BAE) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4B and AE. RGB value is (34,75,174). Sum of RGB (Red+Green+Blue) = 34+75+174=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #224BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BAE is #DDB451. Grayscale: #494949. Windows color (decimal): -14529618 or 11422498. OLE color: 11422498.

HSL color Cylindrical-coordinate representation of color #224BAE: hue angle of 222.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224BAE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3475174-
CMYK0.800.5700.32
HSL222.43º67.31%40.78%-
HSV(B)222.43º80.46%68.24%-
XYZ10.828.4341.1-
YUV74.03184.4299.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 174 (68.36% from 255) = 61.48%
R=12.01%
G=26.50%
B=61.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34751740.800.5700.32222.4367.3140.78
Hex224BAE5039020de4329
Octal421132561207104033610351
Binary10001010010111010111010100001110010100000110111101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,75,174); }

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

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

 a { background-color: rgb(34,75,174); }

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

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

 span { border-color: rgb(34,75,174); }

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