Html Css Color HEX #2E39AB Persian Blue

📋 copy color: '#2E39AB'

red 46 ◦ green 57 ◦ blue 171

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

Shades of Persian Blue #2E39AB

Tints of Persian Blue #2E39AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 16.79%
G = 20.8%
B = 62.41%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E39AB (or 0x2E39AB) is known color: Persian Blue. HEX triplet: 2E, 39 and AB. RGB value is (46,57,171). Sum of RGB (Red+Green+Blue) = 46+57+171=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E39AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E39AB is #D1C654. Grayscale: #424242. Windows color (decimal): -13747797 or 11221294. OLE color: 11221294.

HSL color Cylindrical-coordinate representation of color #2E39AB: hue angle of 234.72º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E39AB is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 57 171 -
CMYK 0.73 0.67 0 0.33
HSL 234.72º 0.58% 0.43% -
HSV(B) 234.72º 0.73% 0.67% -
XYZ 9.94 6.45 39.25 -
YUV 66.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 46 57 171 0.73 0.67 0 0.33 234.72 0.58 0.43
Hex 2E 39 AB 49 43 0 21 EB 3A 2B
Octal 56 71 253 111 103 0 41 353 72 53
Binary 101110 111001 10101011 1001001 1000011 0 100001 11101011 111010 101011

Color Harmonies of #2E39AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E39AB

Black with #2E39AB

Text Example


Text Example

White with #2E39AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,171); }

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

background-color css

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

 a { background-color: rgb(46,57,171); }

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

border-color css

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

 span { border-color: rgb(46,57,171); }

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