Html Css Color HEX #2E42AB Persian Blue

📋 copy color: '#2E42AB'

red 46 ◦ green 66 ◦ blue 171

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

Shades of Persian Blue #2E42AB

Tints of Persian Blue #2E42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 16.25%
G = 23.32%
B = 60.42%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E42AB (or 0x2E42AB) is known color: Persian Blue. HEX triplet: 2E, 42 and AB. RGB value is (46,66,171). Sum of RGB (Red+Green+Blue) = 46+66+171=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E42AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E42AB is #D1BD54. Grayscale: #474747. Windows color (decimal): -13745493 or 11223598. OLE color: 11223598.

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

Color convert

RGB 46 66 171 -
CMYK 0.73 0.61 0 0.33
HSL 230.4º 0.58% 0.43% -
HSV(B) 230.4º 0.73% 0.67% -
XYZ 10.43 7.42 39.41 -
YUV 71.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 46 66 171 0.73 0.61 0 0.33 230.4 0.58 0.43
Hex 2E 42 AB 49 3D 0 21 E6 3A 2B
Octal 56 102 253 111 75 0 41 346 72 53
Binary 101110 1000010 10101011 1001001 111101 0 100001 11100110 111010 101011

Color Harmonies of #2E42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E42AB

Black with #2E42AB

Text Example


Text Example

White with #2E42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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