#2442AB

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

Shades of Persian Blue #2442AB

Tints of Persian Blue #2442AB

Color information

#2442AB (or 0x2442AB) is unknown color: approx Persian Blue. HEX triplet: 24, 42 and AB. RGB value is (36,66,171). Sum of RGB (Red+Green+Blue) = 36+66+171=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #2442AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2442AB is #DBBD54. Grayscale: #444444. Windows color (decimal): -14400853 or 11223588. OLE color: 11223588.

HSL color Cylindrical-coordinate representation of color #2442AB: hue angle of 226.67º 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 #2442AB is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3666171-
CMYK0.790.6100.33
HSL226.67º65.22%40.59%-
HSV(B)226.67º78.95%67.06%-
XYZ10.037.2139.39-
YUV69185.56104.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.19%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=13.19%
G=24.18%
B=62.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36661710.790.6100.33226.6765.2240.59
Hex2442AB4F3D021e34129
Octal441022531177504134310151
Binary10010010000101010101110011111111010100001111000111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2442AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2442AB; }

 p { color: rgb(36,66,171); }

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

<style>
 a { background-color: #2442AB; }

 a { background-color: rgb(36,66,171); }

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

<style>
 span { border-color: #2442AB; }

 span { border-color: rgb(36,66,171); }

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