#2e2abb

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

Shades of Persian Blue #2E2ABB

Tints of Persian Blue #2E2ABB

Color information

#2E2ABB (or 0x2E2ABB) is unknown color: approx Persian Blue. HEX triplet: 2E, 2A and BB. RGB value is (46,42,187). Sum of RGB (Red+Green+Blue) = 46+42+187=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E2ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2ABB is #D1D544. Grayscale: #3B3B3B. Windows color (decimal): -13751621 or 12266030. OLE color: 12266030.

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

Color convert

RGB4642187-
CMYK0.750.7800.27
HSL241.66º63.32%44.9%-
HSV(B)241.66º77.54%73.33%-
XYZ10.925.8247.56-
YUV59.73199.83118.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 187 (73.44% from 255) = 68%
R=16.73%
G=15.27%
B=68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46421870.750.7800.27241.6663.3244.9
Hex2E2ABB4B4E01Bf23f2d
Octal56522731131160333627755
Binary101110101010101110111001011100111001101111110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e2abb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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