#2440AC

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

Shades of Persian Blue #2440AC

Tints of Persian Blue #2440AC

Color information

#2440AC (or 0x2440AC) is unknown color: approx Persian Blue. HEX triplet: 24, 40 and AC. RGB value is (36,64,172). Sum of RGB (Red+Green+Blue) = 36+64+172=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #2440AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2440AC is #DBBF53. Grayscale: #434343. Windows color (decimal): -14401364 or 11288612. OLE color: 11288612.

HSL color Cylindrical-coordinate representation of color #2440AC: hue angle of 227.65º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2440AC is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3664172-
CMYK0.790.6300.33
HSL227.65º65.38%40.78%-
HSV(B)227.65º79.07%67.45%-
XYZ10.017.0239.86-
YUV67.94186.72105.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.24%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 172 (67.58% from 255) = 63.24%
R=13.24%
G=23.53%
B=63.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36641720.790.6300.33227.6565.3840.78
Hex2440AC4F3F021e44129
Octal441002541177704134410151
Binary10010010000001010110010011111111110100001111001001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2440AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,64,172); }

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

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

 a { background-color: rgb(36,64,172); }

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

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

 span { border-color: rgb(36,64,172); }

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