Html Css Color HEX #2E42AC Persian Blue

📋 copy color: '#2E42AC'

red 46 ◦ green 66 ◦ blue 172

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

Shades of Persian Blue #2E42AC

Tints of Persian Blue #2E42AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 16.2%
G = 23.24%
B = 60.56%

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

#2E42AC (or 0x2E42AC) is known color: Persian Blue. HEX triplet: 2E, 42 and AC. RGB value is (46,66,172). Sum of RGB (Red+Green+Blue) = 46+66+172=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E42AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E42AC is #D1BD53. Grayscale: #474747. Windows color (decimal): -13745492 or 11289134. OLE color: 11289134.

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

Color convert

RGB 46 66 172 -
CMYK 0.73 0.62 0 0.33
HSL 230.48º 0.58% 0.43% -
HSV(B) 230.48º 0.73% 0.67% -
XYZ 10.52 7.46 39.91 -
YUV 72.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 46 66 172 0.73 0.62 0 0.33 230.48 0.58 0.43
Hex 2E 42 AC 49 3E 0 21 E6 3A 2B
Octal 56 102 254 111 76 0 41 346 72 53
Binary 101110 1000010 10101100 1001001 111110 0 100001 11100110 111010 101011

Color Harmonies of #2E42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E42AC

Black with #2E42AC

Text Example


Text Example

White with #2E42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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