Html Css Color HEX #2E41AB Persian Blue

📋 copy color: '#2E41AB'

red 46 ◦ green 65 ◦ blue 171

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

Shades of Persian Blue #2E41AB

Tints of Persian Blue #2E41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 16.31%
G = 23.05%
B = 60.64%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E41AB (or 0x2E41AB) is known color: Persian Blue. HEX triplet: 2E, 41 and AB. RGB value is (46,65,171). Sum of RGB (Red+Green+Blue) = 46+65+171=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E41AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E41AB is #D1BE54. Grayscale: #464646. Windows color (decimal): -13745749 or 11223342. OLE color: 11223342.

HSL color Cylindrical-coordinate representation of color #2E41AB: hue angle of 230.88º 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 #2E41AB is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 65 171 -
CMYK 0.73 0.62 0 0.33
HSL 230.88º 0.58% 0.43% -
HSV(B) 230.88º 0.73% 0.67% -
XYZ 10.37 7.3 39.39 -
YUV 71.4 184.21 109.88 -
System Red Green Blue C M Y K H S L
Decimal 46 65 171 0.73 0.62 0 0.33 230.88 0.58 0.43
Hex 2E 41 AB 49 3E 0 21 E7 3A 2B
Octal 56 101 253 111 76 0 41 347 72 53
Binary 101110 1000001 10101011 1001001 111110 0 100001 11100111 111010 101011

Color Harmonies of #2E41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E41AB

Black with #2E41AB

Text Example


Text Example

White with #2E41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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