Html Css Color HEX #216852 Evening Sea

📋 copy color: '#216852'

red 33 ◦ green 104 ◦ blue 82

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

Shades of Evening Sea #216852

Tints of Evening Sea #216852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

 BLUE value IS 82 (32.42% from 255) = 37.44%

R = 15.07%
G = 47.49%
B = 37.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#216852 (or 0x216852) is known color: Evening Sea. HEX triplet: 21, 68 and 52. RGB value is (33,104,82). Sum of RGB (Red+Green+Blue) = 33+104+82=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #216852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216852 is #DE97AD. Grayscale: #505050. Windows color (decimal): -14587822 or 5400609. OLE color: 5400609.

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

Color convert

RGB 33 104 82 -
CMYK 0.68 0 0.21 0.59
HSL 161.41º 0.52% 0.27% -
HSV(B) 161.41º 0.68% 0.41% -
XYZ 7.1 10.83 9.7 -
YUV 80.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 33 104 82 0.68 0 0.21 0.59 161.41 0.52 0.27
Hex 21 68 52 44 0 15 3B A1 34 1B
Octal 41 150 122 104 0 25 73 241 64 33
Binary 100001 1101000 1010010 1000100 0 10101 111011 10100001 110100 11011

Color Harmonies of #216852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216852

Black with #216852

Text Example


Text Example

White with #216852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216852; }

 p { color: rgb(33,104,82); }

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

background-color css

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

 a { background-color: rgb(33,104,82); }

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

border-color css

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

 span { border-color: rgb(33,104,82); }

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