#224AB1

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

Shades of Cerulean Blue #224AB1

Tints of Cerulean Blue #224AB1

Color information

#224AB1 (or 0x224AB1) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4A and B1. RGB value is (34,74,177). Sum of RGB (Red+Green+Blue) = 34+74+177=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #224AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AB1 is #DDB54E. Grayscale: #494949. Windows color (decimal): -14529871 or 11618850. OLE color: 11618850.

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

Color convert

RGB3474177-
CMYK0.810.5800.31
HSL223.22º67.77%41.37%-
HSV(B)223.22º80.79%69.41%-
XYZ11.048.4142.64-
YUV73.78186.2599.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.93%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 177 (69.53% from 255) = 62.11%
R=11.93%
G=25.96%
B=62.11%

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
Decimal34741770.810.5800.31223.2267.7741.37
Hex224AB1513A01Fdf4429
Octal421122611217203733710451
Binary1000101001010101100011010001111010011111110111111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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