#2E36AB

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

Shades of Persian Blue #2E36AB

Tints of Persian Blue #2E36AB

Color information

#2E36AB (or 0x2E36AB) is unknown color: approx Persian Blue. HEX triplet: 2E, 36 and AB. RGB value is (46,54,171). Sum of RGB (Red+Green+Blue) = 46+54+171=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E36AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E36AB is #D1C954. Grayscale: #404040. Windows color (decimal): -13748565 or 11220526. OLE color: 11220526.

HSL color Cylindrical-coordinate representation of color #2E36AB: hue angle of 236.16º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E36AB is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4654171-
CMYK0.730.6800.33
HSL236.16º57.6%42.55%-
HSV(B)236.16º73.1%67.06%-
XYZ9.86.1639.2-
YUV64.95187.85114.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=16.97%
G=19.93%
B=63.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46541710.730.6800.33236.1657.642.55
Hex2E36AB4944021ec3a2b
Octal56662531111040413547253
Binary1011101101101010101110010011000100010000111101100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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