Html Css Color HEX #2E5786 St Tropaz

📋 copy color: '#2E5786'

red 46 ◦ green 87 ◦ blue 134

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

Shades of St Tropaz #2E5786

Tints of St Tropaz #2E5786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.58%

 BLUE value IS 134 (52.73% from 255) = 50.19%

R = 17.23%
G = 32.58%
B = 50.19%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E5786 (or 0x2E5786) is known color: St Tropaz. HEX triplet: 2E, 57 and 86. RGB value is (46,87,134). Sum of RGB (Red+Green+Blue) = 46+87+134=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #2E5786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5786 is #D1A879. Grayscale: #4F4F4F. Windows color (decimal): -13740154 or 8804142. OLE color: 8804142.

HSL color Cylindrical-coordinate representation of color #2E5786: hue angle of 212.05º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E5786 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 87 134 -
CMYK 0.66 0.35 0 0.47
HSL 212.05º 0.49% 0.35% -
HSV(B) 212.05º 0.66% 0.53% -
XYZ 8.84 9.12 23.85 -
YUV 80.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 46 87 134 0.66 0.35 0 0.47 212.05 0.49 0.35
Hex 2E 57 86 42 23 0 2F D4 31 23
Octal 56 127 206 102 43 0 57 324 61 43
Binary 101110 1010111 10000110 1000010 100011 0 101111 11010100 110001 100011

Color Harmonies of #2E5786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5786

Black with #2E5786

Text Example


Text Example

White with #2E5786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,87,134); }

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

background-color css

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

 a { background-color: rgb(46,87,134); }

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

border-color css

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

 span { border-color: rgb(46,87,134); }

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