#224AAF

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

Shades of Cerulean Blue #224AAF

Tints of Cerulean Blue #224AAF

Color information

#224AAF (or 0x224AAF) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4A and AF. RGB value is (34,74,175). Sum of RGB (Red+Green+Blue) = 34+74+175=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #224AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AAF is #DDB550. Grayscale: #494949. Windows color (decimal): -14529873 or 11487778. OLE color: 11487778.

HSL color Cylindrical-coordinate representation of color #224AAF: hue angle of 222.98º 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 #224AAF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3474175-
CMYK0.810.5800.31
HSL222.98º67.46%40.98%-
HSV(B)222.98º80.57%68.63%-
XYZ10.858.3341.59-
YUV73.55185.2599.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 175 (68.75% from 255) = 61.84%
R=12.01%
G=26.15%
B=61.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34741750.810.5800.31222.9867.4640.98
Hex224AAF513A01Fdf4329
Octal421122571217203733710351
Binary1000101001010101011111010001111010011111110111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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