Html Css Color HEX #1C3F50 Green Vogue

📋 copy color: '#1C3F50'

red 28 ◦ green 63 ◦ blue 80

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

Shades of Green Vogue #1C3F50

Tints of Green Vogue #1C3F50

RGB

 RED value IS 28 (11.33% from 255) = 16.37%

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

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

R = 16.37%
G = 36.84%
B = 46.78%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C3F50 (or 0x1C3F50) is known color: Green Vogue. HEX triplet: 1C, 3F and 50. RGB value is (28,63,80). Sum of RGB (Red+Green+Blue) = 28+63+80=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3F50 is #E3C0AF. Grayscale: #363636. Windows color (decimal): -14926000 or 5259036. OLE color: 5259036.

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

Color convert

RGB 28 63 80 -
CMYK 0.65 0.21 0 0.69
HSL 199.62º 0.48% 0.21% -
HSV(B) 199.62º 0.65% 0.31% -
XYZ 3.7 4.38 8.24 -
YUV 54.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 28 63 80 0.65 0.21 0 0.69 199.62 0.48 0.21
Hex 1C 3F 50 41 15 0 45 C8 30 15
Octal 34 77 120 101 25 0 105 310 60 25
Binary 11100 111111 1010000 1000001 10101 0 1000101 11001000 110000 10101

Color Harmonies of #1C3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3F50

Black with #1C3F50

Text Example


Text Example

White with #1C3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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