Html Css Color HEX #203F4C Green Vogue

📋 copy color: '#203F4C'

red 32 ◦ green 63 ◦ blue 76

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

Shades of Green Vogue #203F4C

Tints of Green Vogue #203F4C

RGB

 RED value IS 32 (12.89% from 255) = 18.71%

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

 BLUE value IS 76 (30.08% from 255) = 44.44%

R = 18.71%
G = 36.84%
B = 44.44%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#203F4C (or 0x203F4C) is known color: Green Vogue. HEX triplet: 20, 3F and 4C. RGB value is (32,63,76). Sum of RGB (Red+Green+Blue) = 32+63+76=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #203F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F4C is #DFC0B3. Grayscale: #373737. Windows color (decimal): -14663860 or 4996896. OLE color: 4996896.

HSL color Cylindrical-coordinate representation of color #203F4C: hue angle of 197.73º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #203F4C is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 63 76 -
CMYK 0.58 0.17 0 0.70
HSL 197.73º 0.41% 0.21% -
HSV(B) 197.73º 0.58% 0.3% -
XYZ 3.68 4.38 7.49 -
YUV 55.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 32 63 76 0.58 0.17 0 0.70 197.73 0.41 0.21
Hex 20 3F 4C 3A 11 0 46 C6 29 15
Octal 40 77 114 72 21 0 106 306 51 25
Binary 100000 111111 1001100 111010 10001 0 1000110 11000110 101001 10101

Color Harmonies of #203F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F4C

Black with #203F4C

Text Example


Text Example

White with #203F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203F4C; }

 p { color: rgb(32,63,76); }

 H1.HeaderClassName
 {
   color: #203F4C;
 }
 .AnyTagClassName
 {
   color: #203F4C;
 }
</style>

background-color css

<style>
 a { background-color: #203F4C; }

 a { background-color: rgb(32,63,76); }

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

border-color css

<style>
 span { border-color: #203F4C; }

 span { border-color: rgb(32,63,76); }

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