#2247AC

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

Shades of Cerulean Blue #2247AC

Tints of Cerulean Blue #2247AC

Color information

#2247AC (or 0x2247AC) is unknown color: approx Cerulean Blue. HEX triplet: 22, 47 and AC. RGB value is (34,71,172). Sum of RGB (Red+Green+Blue) = 34+71+172=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #2247AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2247AC is #DDB853. Grayscale: #474747. Windows color (decimal): -14530644 or 11290402. OLE color: 11290402.

HSL color Cylindrical-coordinate representation of color #2247AC: hue angle of 223.91º 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 #2247AC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3471172-
CMYK0.800.5900.33
HSL223.91º66.99%40.39%-
HSV(B)223.91º80.23%67.45%-
XYZ10.367.8339.99-
YUV71.45184.74101.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 172 (67.58% from 255) = 62.09%
R=12.27%
G=25.63%
B=62.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34711720.800.5900.33223.9166.9940.39
Hex2247AC503B021e04328
Octal421072541207304134010350
Binary10001010001111010110010100001110110100001111000001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2247AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2247AC; }

 p { color: rgb(34,71,172); }

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

<style>
 a { background-color: #2247AC; }

 a { background-color: rgb(34,71,172); }

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

<style>
 span { border-color: #2247AC; }

 span { border-color: rgb(34,71,172); }

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