#224BAF

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

Shades of Cerulean Blue #224BAF

Tints of Cerulean Blue #224BAF

Color information

#224BAF (or 0x224BAF) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4B and AF. RGB value is (34,75,175). Sum of RGB (Red+Green+Blue) = 34+75+175=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #224BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BAF is #DDB450. Grayscale: #494949. Windows color (decimal): -14529617 or 11488034. OLE color: 11488034.

HSL color Cylindrical-coordinate representation of color #224BAF: hue angle of 222.55º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #224BAF is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3475175-
CMYK0.810.5700.31
HSL222.55º67.46%40.98%-
HSV(B)222.55º80.57%68.63%-
XYZ10.918.4741.62-
YUV74.14184.9299.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 175 (68.75% from 255) = 61.62%
R=11.97%
G=26.41%
B=61.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34751750.810.5700.31222.5567.4640.98
Hex224BAF513901Fdf4329
Octal421132571217103733710351
Binary1000101001011101011111010001111001011111110111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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