#2E25BD

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

Shades of Persian Blue #2E25BD

Tints of Persian Blue #2E25BD

Color information

#2E25BD (or 0x2E25BD) is unknown color: approx Persian Blue. HEX triplet: 2E, 25 and BD. RGB value is (46,37,189). Sum of RGB (Red+Green+Blue) = 46+37+189=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E25BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E25BD is #D1DA42. Grayscale: #383838. Windows color (decimal): -13752899 or 12395822. OLE color: 12395822.

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

Color convert

RGB4637189-
CMYK0.760.8000.26
HSL243.55º67.26%44.31%-
HSV(B)243.55º80.42%74.12%-
XYZ10.975.5848.64-
YUV57.02202.48120.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 189 (74.22% from 255) = 69.49%
R=16.91%
G=13.60%
B=69.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46371890.760.8000.26243.5567.2644.31
Hex2E25BD4C5001Af4432c
Octal564527511412003236410354
Binary1011101001011011110110011001010000011010111101001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E25BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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