#2E37BD

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

Shades of Persian Blue #2E37BD

Tints of Persian Blue #2E37BD

Color information

#2E37BD (or 0x2E37BD) is unknown color: approx Persian Blue. HEX triplet: 2E, 37 and BD. RGB value is (46,55,189). Sum of RGB (Red+Green+Blue) = 46+55+189=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E37BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E37BD is #D1C842. Grayscale: #434343. Windows color (decimal): -13748291 or 12400430. OLE color: 12400430.

HSL color Cylindrical-coordinate representation of color #2E37BD: hue angle of 236.22º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E37BD is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4655189-
CMYK0.760.7100.26
HSL236.22º60.85%46.08%-
HSV(B)236.22º75.66%74.12%-
XYZ11.686.9948.88-
YUV67.58196.52112.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.86%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 189 (74.22% from 255) = 65.17%
R=15.86%
G=18.97%
B=65.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46551890.760.7100.26236.2260.8546.08
Hex2E37BD4C4701Aec3d2e
Octal56672751141070323547556
Binary101110110111101111011001100100011101101011101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E37BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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