Html Css Color HEX #2E5382 St Tropaz

📋 copy color: '#2E5382'

red 46 ◦ green 83 ◦ blue 130

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

Shades of St Tropaz #2E5382

Tints of St Tropaz #2E5382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.19%

R = 17.76%
G = 32.05%
B = 50.19%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2E5382 (or 0x2E5382) is known color: St Tropaz. HEX triplet: 2E, 53 and 82. RGB value is (46,83,130). Sum of RGB (Red+Green+Blue) = 46+83+130=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E5382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5382 is #D1AC7D. Grayscale: #4D4D4D. Windows color (decimal): -13741182 or 8540974. OLE color: 8540974.

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

Color convert

RGB 46 83 130 -
CMYK 0.65 0.36 0 0.49
HSL 213.57º 0.48% 0.35% -
HSV(B) 213.57º 0.65% 0.51% -
XYZ 8.25 8.38 22.3 -
YUV 77.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 46 83 130 0.65 0.36 0 0.49 213.57 0.48 0.35
Hex 2E 53 82 41 24 0 31 D6 30 23
Octal 56 123 202 101 44 0 61 326 60 43
Binary 101110 1010011 10000010 1000001 100100 0 110001 11010110 110000 100011

Color Harmonies of #2E5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5382

Black with #2E5382

Text Example


Text Example

White with #2E5382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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