Html Css Color HEX #2E3FAA Persian Blue

📋 copy color: '#2E3FAA'

red 46 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #2E3FAA

Tints of Persian Blue #2E3FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 16.49%
G = 22.58%
B = 60.93%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E3FAA (or 0x2E3FAA) is known color: Persian Blue. HEX triplet: 2E, 3F and AA. RGB value is (46,63,170). Sum of RGB (Red+Green+Blue) = 46+63+170=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E3FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3FAA is #D1C055. Grayscale: #454545. Windows color (decimal): -13746262 or 11157294. OLE color: 11157294.

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

Color convert

RGB 46 63 170 -
CMYK 0.73 0.63 0 0.33
HSL 231.77º 0.57% 0.42% -
HSV(B) 231.77º 0.73% 0.67% -
XYZ 10.16 7.04 38.85 -
YUV 70.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 46 63 170 0.73 0.63 0 0.33 231.77 0.57 0.42
Hex 2E 3F AA 49 3F 0 21 E8 39 2A
Octal 56 77 252 111 77 0 41 350 71 52
Binary 101110 111111 10101010 1001001 111111 0 100001 11101000 111001 101010

Color Harmonies of #2E3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3FAA

Black with #2E3FAA

Text Example


Text Example

White with #2E3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,63,170); }

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

background-color css

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

 a { background-color: rgb(46,63,170); }

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

border-color css

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

 span { border-color: rgb(46,63,170); }

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