#2A24BE

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

Shades of Persian Blue #2A24BE

Tints of Persian Blue #2A24BE

Color information

#2A24BE (or 0x2A24BE) is unknown color: approx Persian Blue. HEX triplet: 2A, 24 and BE. RGB value is (42,36,190). Sum of RGB (Red+Green+Blue) = 42+36+190=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A24BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A24BE is #D5DB41. Grayscale: #363636. Windows color (decimal): -14015298 or 12461098. OLE color: 12461098.

HSL color Cylindrical-coordinate representation of color #2A24BE: hue angle of 242.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A24BE is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4236190-
CMYK0.780.8100.25
HSL242.34º68.14%44.31%-
HSV(B)242.34º81.05%74.51%-
XYZ10.885.4749.2-
YUV55.35203.99118.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 190 (74.61% from 255) = 70.90%
R=15.67%
G=13.43%
B=70.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42361900.780.8100.25242.3468.1444.31
Hex2A24BE4E51019f2442c
Octal524427611612103136210454
Binary1010101001001011111010011101010001011001111100101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A24BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A24BE; }

 p { color: rgb(42,36,190); }

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

<style>
 a { background-color: #2A24BE; }

 a { background-color: rgb(42,36,190); }

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

<style>
 span { border-color: #2A24BE; }

 span { border-color: rgb(42,36,190); }

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