Html Css Color HEX #2E3AAC Persian Blue

📋 copy color: '#2E3AAC'

red 46 ◦ green 58 ◦ blue 172

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

Shades of Persian Blue #2E3AAC

Tints of Persian Blue #2E3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.01%

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

R = 16.67%
G = 21.01%
B = 62.32%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E3AAC (or 0x2E3AAC) is known color: Persian Blue. HEX triplet: 2E, 3A and AC. RGB value is (46,58,172). Sum of RGB (Red+Green+Blue) = 46+58+172=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3AAC is #D1C553. Grayscale: #424242. Windows color (decimal): -13747540 or 11287086. OLE color: 11287086.

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

Color convert

RGB 46 58 172 -
CMYK 0.73 0.66 0 0.33
HSL 234.29º 0.58% 0.43% -
HSV(B) 234.29º 0.73% 0.67% -
XYZ 10.09 6.59 39.77 -
YUV 67.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 46 58 172 0.73 0.66 0 0.33 234.29 0.58 0.43
Hex 2E 3A AC 49 42 0 21 EA 3A 2B
Octal 56 72 254 111 102 0 41 352 72 53
Binary 101110 111010 10101100 1001001 1000010 0 100001 11101010 111010 101011

Color Harmonies of #2E3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3AAC

Black with #2E3AAC

Text Example


Text Example

White with #2E3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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