Html Css Color HEX #2E538A St Tropaz

📋 copy color: '#2E538A'

red 46 ◦ green 83 ◦ blue 138

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

Shades of St Tropaz #2E538A

Tints of St Tropaz #2E538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

 BLUE value IS 138 (54.3% from 255) = 51.69%

R = 17.23%
G = 31.09%
B = 51.69%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E538A (or 0x2E538A) is known color: St Tropaz. HEX triplet: 2E, 53 and 8A. RGB value is (46,83,138). Sum of RGB (Red+Green+Blue) = 46+83+138=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E538A is #D1AC75. Grayscale: #4D4D4D. Windows color (decimal): -13741174 or 9065262. OLE color: 9065262.

HSL color Cylindrical-coordinate representation of color #2E538A: hue angle of 215.87º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E538A is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 83 138 -
CMYK 0.67 0.40 0 0.46
HSL 215.87º 0.5% 0.36% -
HSV(B) 215.87º 0.67% 0.54% -
XYZ 8.81 8.6 25.24 -
YUV 78.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 46 83 138 0.67 0.40 0 0.46 215.87 0.5 0.36
Hex 2E 53 8A 43 28 0 2E D8 32 24
Octal 56 123 212 103 50 0 56 330 62 44
Binary 101110 1010011 10001010 1000011 101000 0 101110 11011000 110010 100100

Color Harmonies of #2E538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E538A

Black with #2E538A

Text Example


Text Example

White with #2E538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,138); }

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

background-color css

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

 a { background-color: rgb(46,83,138); }

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

border-color css

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

 span { border-color: rgb(46,83,138); }

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