Html Css Color HEX #2E5185 St Tropaz

📋 copy color: '#2E5185'

red 46 ◦ green 81 ◦ blue 133

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

Shades of St Tropaz #2E5185

Tints of St Tropaz #2E5185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 17.69%
G = 31.15%
B = 51.15%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2E5185 (or 0x2E5185) is known color: St Tropaz. HEX triplet: 2E, 51 and 85. RGB value is (46,81,133). Sum of RGB (Red+Green+Blue) = 46+81+133=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E5185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5185 is #D1AE7A. Grayscale: #4C4C4C. Windows color (decimal): -13741691 or 8737070. OLE color: 8737070.

HSL color Cylindrical-coordinate representation of color #2E5185: hue angle of 215.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E5185 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 81 133 -
CMYK 0.65 0.39 0 0.48
HSL 215.86º 0.49% 0.35% -
HSV(B) 215.86º 0.65% 0.52% -
XYZ 8.3 8.16 23.33 -
YUV 76.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 46 81 133 0.65 0.39 0 0.48 215.86 0.49 0.35
Hex 2E 51 85 41 27 0 30 D8 31 23
Octal 56 121 205 101 47 0 60 330 61 43
Binary 101110 1010001 10000101 1000001 100111 0 110000 11011000 110001 100011

Color Harmonies of #2E5185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5185

Black with #2E5185

Text Example


Text Example

White with #2E5185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,81,133); }

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

background-color css

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

 a { background-color: rgb(46,81,133); }

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

border-color css

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

 span { border-color: rgb(46,81,133); }

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