#2E2FB3

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

Shades of Persian Blue #2E2FB3

Tints of Persian Blue #2E2FB3

Color information

#2E2FB3 (or 0x2E2FB3) is unknown color: approx Persian Blue. HEX triplet: 2E, 2F and B3. RGB value is (46,47,179). Sum of RGB (Red+Green+Blue) = 46+47+179=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E2FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2FB3 is #D1D04C. Grayscale: #3D3D3D. Windows color (decimal): -13750349 or 11743022. OLE color: 11743022.

HSL color Cylindrical-coordinate representation of color #2E2FB3: hue angle of 239.55º 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 #2E2FB3 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4647179-
CMYK0.740.7400.30
HSL239.55º59.11%44.12%-
HSV(B)239.55º74.3%70.2%-
XYZ10.285.8743.24-
YUV61.75194.17116.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 47 (18.75% from 255) = 17.28%
BLUE value IS 179 (70.31% from 255) = 65.81%
R=16.91%
G=17.28%
B=65.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46471790.740.7400.30239.5559.1144.12
Hex2E2FB34A4A01Ef03b2c
Octal56572631121120363607354
Binary101110101111101100111001010100101001111011110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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