Html Css Color HEX #2E538B St Tropaz

📋 copy color: '#2E538B'

red 46 ◦ green 83 ◦ blue 139

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

Shades of St Tropaz #2E538B

Tints of St Tropaz #2E538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 17.16%
G = 30.97%
B = 51.87%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E538B (or 0x2E538B) is known color: St Tropaz. HEX triplet: 2E, 53 and 8B. RGB value is (46,83,139). Sum of RGB (Red+Green+Blue) = 46+83+139=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E538B is #D1AC74. Grayscale: #4E4E4E. Windows color (decimal): -13741173 or 9130798. OLE color: 9130798.

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

Color convert

RGB 46 83 139 -
CMYK 0.67 0.40 0 0.45
HSL 216.13º 0.5% 0.36% -
HSV(B) 216.13º 0.67% 0.55% -
XYZ 8.88 8.63 25.62 -
YUV 78.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 46 83 139 0.67 0.40 0 0.45 216.13 0.5 0.36
Hex 2E 53 8B 43 28 0 2D D8 32 24
Octal 56 123 213 103 50 0 55 330 62 44
Binary 101110 1010011 10001011 1000011 101000 0 101101 11011000 110010 100100

Color Harmonies of #2E538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E538B

Black with #2E538B

Text Example


Text Example

White with #2E538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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