Html Css Color HEX #2E3CAA Persian Blue

📋 copy color: '#2E3CAA'

red 46 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #2E3CAA

Tints of Persian Blue #2E3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

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

R = 16.67%
G = 21.74%
B = 61.59%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E3CAA (or 0x2E3CAA) is known color: Persian Blue. HEX triplet: 2E, 3C and AA. RGB value is (46,60,170). Sum of RGB (Red+Green+Blue) = 46+60+170=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E3CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3CAA is #D1C355. Grayscale: #434343. Windows color (decimal): -13747030 or 11156526. OLE color: 11156526.

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

Color convert

RGB 46 60 170 -
CMYK 0.73 0.65 0 0.33
HSL 233.23º 0.57% 0.42% -
HSV(B) 233.23º 0.73% 0.67% -
XYZ 10 6.71 38.8 -
YUV 68.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 46 60 170 0.73 0.65 0 0.33 233.23 0.57 0.42
Hex 2E 3C AA 49 41 0 21 E9 39 2A
Octal 56 74 252 111 101 0 41 351 71 52
Binary 101110 111100 10101010 1001001 1000001 0 100001 11101001 111001 101010

Color Harmonies of #2E3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CAA

Black with #2E3CAA

Text Example


Text Example

White with #2E3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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