#2E25D2

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

Shades of Persian Blue #2E25D2

Tints of Persian Blue #2E25D2

Color information

#2E25D2 (or 0x2E25D2) is unknown color: approx Persian Blue. HEX triplet: 2E, 25 and D2. RGB value is (46,37,210). Sum of RGB (Red+Green+Blue) = 46+37+210=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 210 (82.42% from 255 or 71.67% from 293); Max value from RGB is 210 - color contains mainly: blue. Hex color #2E25D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E25D2 is #D1DA2D. Grayscale: #3A3A3A. Windows color (decimal): -13752878 or 13772078. OLE color: 13772078.

HSL color Cylindrical-coordinate representation of color #2E25D2: hue angle of 243.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E25D2 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4637210-
CMYK0.780.8200.18
HSL243.12º70.04%48.43%-
HSV(B)243.12º82.38%82.35%-
XYZ13.426.5661.53-
YUV59.41212.98118.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 210 (82.42% from 255) = 71.67%
R=15.70%
G=12.63%
B=71.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal46372100.780.8200.18243.1270.0448.43
Hex2E25D24E52012f34630
Octal564532211612202236310660
Binary1011101001011101001010011101010010010010111100111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E25D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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