#2E36BD

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

Shades of Persian Blue #2E36BD

Tints of Persian Blue #2E36BD

Color information

#2E36BD (or 0x2E36BD) is unknown color: approx Persian Blue. HEX triplet: 2E, 36 and BD. RGB value is (46,54,189). Sum of RGB (Red+Green+Blue) = 46+54+189=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E36BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E36BD is #D1C942. Grayscale: #424242. Windows color (decimal): -13748547 or 12400174. OLE color: 12400174.

HSL color Cylindrical-coordinate representation of color #2E36BD: hue angle of 236.64º 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 #2E36BD is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4654189-
CMYK0.760.7100.26
HSL236.64º60.85%46.08%-
HSV(B)236.64º75.66%74.12%-
XYZ11.636.8948.86-
YUV67196.85113.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.92%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 189 (74.22% from 255) = 65.40%
R=15.92%
G=18.69%
B=65.40%

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
Decimal46541890.760.7100.26236.6460.8546.08
Hex2E36BD4C4701Aed3d2e
Octal56662751141070323557556
Binary101110110110101111011001100100011101101011101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E36BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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