Html Css Color HEX #1F3F50 Green Vogue

📋 copy color: '#1F3F50'

red 31 ◦ green 63 ◦ blue 80

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

Shades of Green Vogue #1F3F50

Tints of Green Vogue #1F3F50

RGB

 RED value IS 31 (12.5% from 255) = 17.82%

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

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

R = 17.82%
G = 36.21%
B = 45.98%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1F3F50 (or 0x1F3F50) is known color: Green Vogue. HEX triplet: 1F, 3F and 50. RGB value is (31,63,80). Sum of RGB (Red+Green+Blue) = 31+63+80=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3F50 is #E0C0AF. Grayscale: #373737. Windows color (decimal): -14729392 or 5259039. OLE color: 5259039.

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

Color convert

RGB 31 63 80 -
CMYK 0.61 0.21 0 0.69
HSL 200.82º 0.44% 0.22% -
HSV(B) 200.82º 0.61% 0.31% -
XYZ 3.79 4.43 8.24 -
YUV 55.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 31 63 80 0.61 0.21 0 0.69 200.82 0.44 0.22
Hex 1F 3F 50 3D 15 0 45 C9 2C 16
Octal 37 77 120 75 25 0 105 311 54 26
Binary 11111 111111 1010000 111101 10101 0 1000101 11001001 101100 10110

Color Harmonies of #1F3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3F50

Black with #1F3F50

Text Example


Text Example

White with #1F3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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