#2E25DD

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

Shades of Persian Blue #2E25DD

Tints of Persian Blue #2E25DD

Color information

#2E25DD (or 0x2E25DD) is unknown color: approx Persian Blue. HEX triplet: 2E, 25 and DD. RGB value is (46,37,221). Sum of RGB (Red+Green+Blue) = 46+37+221=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E25DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E25DD is #D1DA22. Grayscale: #3B3B3B. Windows color (decimal): -13752867 or 14492974. OLE color: 14492974.

HSL color Cylindrical-coordinate representation of color #2E25DD: hue angle of 242.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E25DD is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4637221-
CMYK0.790.8300.13
HSL242.93º73.02%50.59%-
HSV(B)242.93º83.26%86.67%-
XYZ14.847.1269-
YUV60.67218.48117.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 221 (86.72% from 255) = 72.70%
R=15.13%
G=12.17%
B=72.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal46372210.790.8300.13242.9373.0250.59
Hex2E25DD4F530Df34933
Octal564533511712301536311163
Binary101110100101110111011001111101001101101111100111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E25DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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