#2A24BA

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

Shades of Persian Blue #2A24BA

Tints of Persian Blue #2A24BA

Color information

#2A24BA (or 0x2A24BA) is unknown color: approx Persian Blue. HEX triplet: 2A, 24 and BA. RGB value is (42,36,186). Sum of RGB (Red+Green+Blue) = 42+36+186=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A24BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A24BA is #D5DB45. Grayscale: #363636. Windows color (decimal): -14015302 or 12198954. OLE color: 12198954.

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

Color convert

RGB4236186-
CMYK0.770.8100.27
HSL242.4º67.57%43.53%-
HSV(B)242.4º80.65%72.94%-
XYZ10.455.346.93-
YUV54.89201.99118.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.91%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 186 (73.05% from 255) = 70.45%
R=15.91%
G=13.64%
B=70.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42361860.770.8100.27242.467.5743.53
Hex2A24BA4D5101Bf2442c
Octal524427211512103336210454
Binary1010101001001011101010011011010001011011111100101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A24BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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