#2A25BA

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

Shades of Persian Blue #2A25BA

Tints of Persian Blue #2A25BA

Color information

#2A25BA (or 0x2A25BA) is unknown color: approx Persian Blue. HEX triplet: 2A, 25 and BA. RGB value is (42,37,186). Sum of RGB (Red+Green+Blue) = 42+37+186=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A25BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A25BA is #D5DA45. Grayscale: #363636. Windows color (decimal): -14015046 or 12199210. OLE color: 12199210.

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

Color convert

RGB4237186-
CMYK0.770.8000.27
HSL242.01º66.82%43.73%-
HSV(B)242.01º80.11%72.94%-
XYZ10.485.3646.94-
YUV55.48201.66118.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 186 (73.05% from 255) = 70.19%
R=15.85%
G=13.96%
B=70.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42371860.770.8000.27242.0166.8243.73
Hex2A25BA4D5001Bf2432c
Octal524527211512003336210354
Binary1010101001011011101010011011010000011011111100101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A25BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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