#2E3BB3

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

Shades of Persian Blue #2E3BB3

Tints of Persian Blue #2E3BB3

Color information

#2E3BB3 (or 0x2E3BB3) is unknown color: approx Persian Blue. HEX triplet: 2E, 3B and B3. RGB value is (46,59,179). Sum of RGB (Red+Green+Blue) = 46+59+179=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 179 (70.31% from 255 or 63.03% from 284); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E3BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BB3 is #D1C44C. Grayscale: #444444. Windows color (decimal): -13747277 or 11746094. OLE color: 11746094.

HSL color Cylindrical-coordinate representation of color #2E3BB3: hue angle of 234.14º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E3BB3 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4659179-
CMYK0.740.6700.30
HSL234.14º59.11%44.12%-
HSV(B)234.14º74.3%70.2%-
XYZ10.836.9643.42-
YUV68.79190.19111.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.20%
GREEN value IS 59 (23.44% from 255) = 20.77%
BLUE value IS 179 (70.31% from 255) = 63.03%
R=16.20%
G=20.77%
B=63.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46591790.740.6700.30234.1459.1144.12
Hex2E3BB34A4301Eea3b2c
Octal56732631121030363527354
Binary101110111011101100111001010100001101111011101010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,59,179); }

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

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

 a { background-color: rgb(46,59,179); }

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

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

 span { border-color: rgb(46,59,179); }

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