Html Css Color HEX #21694D Evening Sea

📋 copy color: '#21694D'

red 33 ◦ green 105 ◦ blue 77

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

Shades of Evening Sea #21694D

Tints of Evening Sea #21694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.84%

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 15.35%
G = 48.84%
B = 35.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#21694D (or 0x21694D) is known color: Evening Sea. HEX triplet: 21, 69 and 4D. RGB value is (33,105,77). Sum of RGB (Red+Green+Blue) = 33+105+77=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #21694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21694D is #DE96B2. Grayscale: #505050. Windows color (decimal): -14587571 or 5073185. OLE color: 5073185.

HSL color Cylindrical-coordinate representation of color #21694D: hue angle of 156.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21694D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 105 77 -
CMYK 0.69 0 0.27 0.59
HSL 156.67º 0.52% 0.27% -
HSV(B) 156.67º 0.69% 0.41% -
XYZ 7.02 10.96 8.77 -
YUV 80.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 33 105 77 0.69 0 0.27 0.59 156.67 0.52 0.27
Hex 21 69 4D 45 0 1B 3B 9D 34 1B
Octal 41 151 115 105 0 33 73 235 64 33
Binary 100001 1101001 1001101 1000101 0 11011 111011 10011101 110100 11011

Color Harmonies of #21694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21694D

Black with #21694D

Text Example


Text Example

White with #21694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21694D; }

 p { color: rgb(33,105,77); }

 H1.HeaderClassName
 {
   color: #21694D;
 }
 .AnyTagClassName
 {
   color: #21694D;
 }
</style>

background-color css

<style>
 a { background-color: #21694D; }

 a { background-color: rgb(33,105,77); }

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

border-color css

<style>
 span { border-color: #21694D; }

 span { border-color: rgb(33,105,77); }

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