#2E2BAF

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

Shades of Persian Blue #2E2BAF

Tints of Persian Blue #2E2BAF

Color information

#2E2BAF (or 0x2E2BAF) is unknown color: approx Persian Blue. HEX triplet: 2E, 2B and AF. RGB value is (46,43,175). Sum of RGB (Red+Green+Blue) = 46+43+175=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E2BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2BAF is #D1D450. Grayscale: #3A3A3A. Windows color (decimal): -13751377 or 11479854. OLE color: 11479854.

HSL color Cylindrical-coordinate representation of color #2E2BAF: hue angle of 241.36º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E2BAF is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4643175-
CMYK0.740.7500.31
HSL241.36º60.55%42.75%-
HSV(B)241.36º75.43%68.63%-
XYZ9.735.441.09-
YUV58.94193.49118.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.42%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 175 (68.75% from 255) = 66.29%
R=17.42%
G=16.29%
B=66.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46431750.740.7500.31241.3660.5542.75
Hex2E2BAF4A4B01Ff13d2b
Octal56532571121130373617553
Binary101110101011101011111001010100101101111111110001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,43,175); }

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

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

 a { background-color: rgb(46,43,175); }

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

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

 span { border-color: rgb(46,43,175); }

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