Html Css Color HEX #1E3F50 Green Vogue

📋 copy color: '#1E3F50'

red 30 ◦ green 63 ◦ blue 80

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

Shades of Green Vogue #1E3F50

Tints of Green Vogue #1E3F50

RGB

 RED value IS 30 (12.11% from 255) = 17.34%

 GREEN value IS 63 (25% from 255) = 36.42%

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 17.34%
G = 36.42%
B = 46.24%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1E3F50 (or 0x1E3F50) is known color: Green Vogue. HEX triplet: 1E, 3F and 50. RGB value is (30,63,80). Sum of RGB (Red+Green+Blue) = 30+63+80=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #1E3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3F50 is #E1C0AF. Grayscale: #363636. Windows color (decimal): -14794928 or 5259038. OLE color: 5259038.

HSL color Cylindrical-coordinate representation of color #1E3F50: hue angle of 200.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E3F50 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 63 80 -
CMYK 0.62 0.21 0 0.69
HSL 200.4º 0.45% 0.22% -
HSV(B) 200.4º 0.63% 0.31% -
XYZ 3.76 4.41 8.24 -
YUV 55.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 30 63 80 0.62 0.21 0 0.69 200.4 0.45 0.22
Hex 1E 3F 50 3E 15 0 45 C8 2D 16
Octal 36 77 120 76 25 0 105 310 55 26
Binary 11110 111111 1010000 111110 10101 0 1000101 11001000 101101 10110

Color Harmonies of #1E3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3F50

Black with #1E3F50

Text Example


Text Example

White with #1E3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E3F50; }

 p { color: rgb(30,63,80); }

 H1.HeaderClassName
 {
   color: #1E3F50;
 }
 .AnyTagClassName
 {
   color: #1E3F50;
 }
</style>

background-color css

<style>
 a { background-color: #1E3F50; }

 a { background-color: rgb(30,63,80); }

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

border-color css

<style>
 span { border-color: #1E3F50; }

 span { border-color: rgb(30,63,80); }

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