Html Css Color HEX #2E537C St Tropaz

📋 copy color: '#2E537C'

red 46 ◦ green 83 ◦ blue 124

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

Shades of St Tropaz #2E537C

Tints of St Tropaz #2E537C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.01%

R = 18.18%
G = 32.81%
B = 49.01%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E537C (or 0x2E537C) is known color: St Tropaz. HEX triplet: 2E, 53 and 7C. RGB value is (46,83,124). Sum of RGB (Red+Green+Blue) = 46+83+124=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E537C is #D1AC83. Grayscale: #4C4C4C. Windows color (decimal): -13741188 or 8147758. OLE color: 8147758.

HSL color Cylindrical-coordinate representation of color #2E537C: hue angle of 211.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E537C is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 83 124 -
CMYK 0.63 0.33 0 0.51
HSL 211.54º 0.46% 0.33% -
HSV(B) 211.54º 0.63% 0.49% -
XYZ 7.86 8.22 20.24 -
YUV 76.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 46 83 124 0.63 0.33 0 0.51 211.54 0.46 0.33
Hex 2E 53 7C 3F 21 0 33 D4 2E 21
Octal 56 123 174 77 41 0 63 324 56 41
Binary 101110 1010011 1111100 111111 100001 0 110011 11010100 101110 100001

Color Harmonies of #2E537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E537C

Black with #2E537C

Text Example


Text Example

White with #2E537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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