#2E25DA

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

Shades of Persian Blue #2E25DA

Tints of Persian Blue #2E25DA

Color information

#2E25DA (or 0x2E25DA) is unknown color: approx Persian Blue. HEX triplet: 2E, 25 and DA. RGB value is (46,37,218). Sum of RGB (Red+Green+Blue) = 46+37+218=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E25DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E25DA is #D1DA25. Grayscale: #3B3B3B. Windows color (decimal): -13752870 or 14296366. OLE color: 14296366.

HSL color Cylindrical-coordinate representation of color #2E25DA: hue angle of 242.98º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E25DA is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4637218-
CMYK0.790.8300.15
HSL242.98º70.98%50%-
HSV(B)242.98º83.03%85.49%-
XYZ14.446.9766.91-
YUV60.32216.98117.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 218 (85.55% from 255) = 72.43%
R=15.28%
G=12.29%
B=72.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46372180.790.8300.15242.9870.9850
Hex2E25DA4F530Ff34732
Octal564533211712301736310762
Binary101110100101110110101001111101001101111111100111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E25DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,218); }

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

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

 a { background-color: rgb(46,37,218); }

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

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

 span { border-color: rgb(46,37,218); }

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