#2E3AB6

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

Shades of Persian Blue #2E3AB6

Tints of Persian Blue #2E3AB6

Color information

#2E3AB6 (or 0x2E3AB6) is unknown color: approx Persian Blue. HEX triplet: 2E, 3A and B6. RGB value is (46,58,182). Sum of RGB (Red+Green+Blue) = 46+58+182=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 182 (71.48% from 255 or 63.64% from 286); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E3AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3AB6 is #D1C549. Grayscale: #444444. Windows color (decimal): -13747530 or 11942446. OLE color: 11942446.

HSL color Cylindrical-coordinate representation of color #2E3AB6: hue angle of 234.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E3AB6 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4658182-
CMYK0.750.6800.29
HSL234.71º59.65%44.71%-
HSV(B)234.71º74.73%71.37%-
XYZ11.086.9845.02-
YUV68.55192.02111.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.08%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 182 (71.48% from 255) = 63.64%
R=16.08%
G=20.28%
B=63.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46581820.750.6800.29234.7159.6544.71
Hex2E3AB64B4401Deb3c2d
Octal56722661131040353537455
Binary101110111010101101101001011100010001110111101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,58,182); }

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

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

 a { background-color: rgb(46,58,182); }

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

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

 span { border-color: rgb(46,58,182); }

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