#2E21BB

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

Shades of Persian Blue #2E21BB

Tints of Persian Blue #2E21BB

Color information

#2E21BB (or 0x2E21BB) is unknown color: approx Persian Blue. HEX triplet: 2E, 21 and BB. RGB value is (46,33,187). Sum of RGB (Red+Green+Blue) = 46+33+187=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E21BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21BB is #D1DE44. Grayscale: #353535. Windows color (decimal): -13753925 or 12263726. OLE color: 12263726.

HSL color Cylindrical-coordinate representation of color #2E21BB: hue angle of 245.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E21BB is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4633187-
CMYK0.750.8200.27
HSL245.06º70%43.14%-
HSV(B)245.06º82.35%73.33%-
XYZ10.645.2647.47-
YUV54.44202.81121.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.29%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 187 (73.44% from 255) = 70.30%
R=17.29%
G=12.41%
B=70.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46331870.750.8200.27245.067043.14
Hex2E21BB4B5201Bf5462b
Octal564127311312203336510653
Binary1011101000011011101110010111010010011011111101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E21BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,187); }

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

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

 a { background-color: rgb(46,33,187); }

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

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

 span { border-color: rgb(46,33,187); }

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