Html Css Color HEX #2E3BA2 Persian Blue

📋 copy color: '#2E3BA2'

red 46 ◦ green 59 ◦ blue 162

#2E3BA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2E3BA2

Tints of Persian Blue #2E3BA2

RGB

 RED value IS 46 (18.36% from 255) = 17.23%

 GREEN value IS 59 (23.44% from 255) = 22.1%

 BLUE value IS 162 (63.67% from 255) = 60.67%

R = 17.23%
G = 22.1%
B = 60.67%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2E3BA2 (or 0x2E3BA2) is known color: Persian Blue. HEX triplet: 2E, 3B and A2. RGB value is (46,59,162). Sum of RGB (Red+Green+Blue) = 46+59+162=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 162 (63.67% from 255 or 60.67% from 267); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E3BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3BA2 is #D1C45D. Grayscale: #424242. Windows color (decimal): -13747294 or 10631982. OLE color: 10631982.

HSL color Cylindrical-coordinate representation of color #2E3BA2: hue angle of 233.28º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E3BA2 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 59 162 -
CMYK 0.72 0.64 0 0.36
HSL 233.28º 0.56% 0.41% -
HSV(B) 233.28º 0.72% 0.64% -
XYZ 9.21 6.32 34.92 -
YUV 66.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 46 59 162 0.72 0.64 0 0.36 233.28 0.56 0.41
Hex 2E 3B A2 48 40 0 24 E9 38 29
Octal 56 73 242 110 100 0 44 351 70 51
Binary 101110 111011 10100010 1001000 1000000 0 100100 11101001 111000 101001

Color Harmonies of #2E3BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3BA2

Black with #2E3BA2

Text Example


Text Example

White with #2E3BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E3BA2;
 }
 .AnyTagClassName
 {
   color: #2E3BA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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