#224daa

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

Shades of Cerulean Blue #224DAA

Tints of Cerulean Blue #224DAA

Color information

#224DAA (or 0x224DAA) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4D and AA. RGB value is (34,77,170). Sum of RGB (Red+Green+Blue) = 34+77+170=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #224DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DAA is #DDB255. Grayscale: #4A4A4A. Windows color (decimal): -14529110 or 11160866. OLE color: 11160866.

HSL color Cylindrical-coordinate representation of color #224DAA: hue angle of 221.03º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224DAA is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3477170-
CMYK0.800.5500.33
HSL221.03º66.67%40%-
HSV(B)221.03º80%66.67%-
XYZ10.578.5539.12-
YUV74.74181.7598.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.10%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=12.10%
G=27.40%
B=60.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34771700.800.5500.33221.0366.6740
Hex224DAA5037021dd4328
Octal421152521206704133510350
Binary10001010011011010101010100001101110100001110111011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224daa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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