#224AC1

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

Shades of Cerulean Blue #224AC1

Tints of Cerulean Blue #224AC1

Color information

#224AC1 (or 0x224AC1) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4A and C1. RGB value is (34,74,193). Sum of RGB (Red+Green+Blue) = 34+74+193=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #224AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224AC1 is #DDB53E. Grayscale: #4B4B4B. Windows color (decimal): -14529855 or 12667426. OLE color: 12667426.

HSL color Cylindrical-coordinate representation of color #224AC1: hue angle of 224.91º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224AC1 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3474193-
CMYK0.820.6200.24
HSL224.91º70.04%44.51%-
HSV(B)224.91º82.38%75.69%-
XYZ12.739.0951.54-
YUV75.61194.2598.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.30%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 193 (75.78% from 255) = 64.12%
R=11.30%
G=24.58%
B=64.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34741930.820.6200.24224.9170.0444.51
Hex224AC1523E018e1462d
Octal421123011227603034110655
Binary1000101001010110000011010010111110011000111000011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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