Html Css Color HEX #213F4C Green Vogue

📋 copy color: '#213F4C'

red 33 ◦ green 63 ◦ blue 76

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

Shades of Green Vogue #213F4C

Tints of Green Vogue #213F4C

RGB

 RED value IS 33 (13.28% from 255) = 19.19%

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

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

R = 19.19%
G = 36.63%
B = 44.19%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#213F4C (or 0x213F4C) is known color: Green Vogue. HEX triplet: 21, 3F and 4C. RGB value is (33,63,76). Sum of RGB (Red+Green+Blue) = 33+63+76=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #213F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F4C is #DEC0B3. Grayscale: #373737. Windows color (decimal): -14598324 or 4996897. OLE color: 4996897.

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

Color convert

RGB 33 63 76 -
CMYK 0.57 0.17 0 0.70
HSL 198.14º 0.39% 0.21% -
HSV(B) 198.14º 0.57% 0.3% -
XYZ 3.71 4.4 7.49 -
YUV 55.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 33 63 76 0.57 0.17 0 0.70 198.14 0.39 0.21
Hex 21 3F 4C 39 11 0 46 C6 27 15
Octal 41 77 114 71 21 0 106 306 47 25
Binary 100001 111111 1001100 111001 10001 0 1000110 11000110 100111 10101

Color Harmonies of #213F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F4C

Black with #213F4C

Text Example


Text Example

White with #213F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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