#2440A7

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

Shades of Persian Blue #2440A7

Tints of Persian Blue #2440A7

Color information

#2440A7 (or 0x2440A7) is unknown color: approx Persian Blue. HEX triplet: 24, 40 and A7. RGB value is (36,64,167). Sum of RGB (Red+Green+Blue) = 36+64+167=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 167 (65.62% from 255 or 62.55% from 267); Max value from RGB is 167 - color contains mainly: blue. Hex color #2440A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2440A7 is #DBBF58. Grayscale: #424242. Windows color (decimal): -14401369 or 10960932. OLE color: 10960932.

HSL color Cylindrical-coordinate representation of color #2440A7: hue angle of 227.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2440A7 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3664167-
CMYK0.780.6200.35
HSL227.18º64.53%39.8%-
HSV(B)227.18º78.44%65.49%-
XYZ9.546.8337.38-
YUV67.37184.22105.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 167 (65.62% from 255) = 62.55%
R=13.48%
G=23.97%
B=62.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal36641670.780.6200.35227.1864.5339.8
Hex2440A74E3E023e34128
Octal441002471167604334310150
Binary10010010000001010011110011101111100100011111000111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2440A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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