#2E1ACB

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

Shades of Persian Blue #2E1ACB

Tints of Persian Blue #2E1ACB

Color information

#2E1ACB (or 0x2E1ACB) is unknown color: approx Persian Blue. HEX triplet: 2E, 1A and CB. RGB value is (46,26,203). Sum of RGB (Red+Green+Blue) = 46+26+203=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E1ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1ACB is #D1E534. Grayscale: #333333. Windows color (decimal): -13755701 or 13310510. OLE color: 13310510.

HSL color Cylindrical-coordinate representation of color #2E1ACB: hue angle of 246.78º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1ACB is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4626203-
CMYK0.770.8700.20
HSL246.78º77.29%44.9%-
HSV(B)246.78º87.19%79.61%-
XYZ12.285.6356.94-
YUV52.16213.13123.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 26 (10.55% from 255) = 9.45%
BLUE value IS 203 (79.69% from 255) = 73.82%
R=16.73%
G=9.45%
B=73.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal46262030.770.8700.20246.7877.2944.9
Hex2E1ACB4D57014f74d2d
Octal563231311512702436711555
Binary101110110101100101110011011010111010100111101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,26,203); }

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

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

 a { background-color: rgb(46,26,203); }

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

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

 span { border-color: rgb(46,26,203); }

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