#224DAD

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

Shades of Cerulean Blue #224DAD

Tints of Cerulean Blue #224DAD

Color information

#224DAD (or 0x224DAD) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4D and AD. RGB value is (34,77,173). Sum of RGB (Red+Green+Blue) = 34+77+173=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #224DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DAD is #DDB252. Grayscale: #4A4A4A. Windows color (decimal): -14529107 or 11357474. OLE color: 11357474.

HSL color Cylindrical-coordinate representation of color #224DAD: hue angle of 221.44º 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 #224DAD is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3477173-
CMYK0.800.5500.32
HSL221.44º67.15%40.59%-
HSV(B)221.44º80.35%67.84%-
XYZ10.868.6640.64-
YUV75.09183.2598.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=11.97%
G=27.11%
B=60.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34771730.800.5500.32221.4467.1540.59
Hex224DAD5037020dd4329
Octal421152551206704033510351
Binary10001010011011010110110100001101110100000110111011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,77,173); }

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

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

 a { background-color: rgb(34,77,173); }

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

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

 span { border-color: rgb(34,77,173); }

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