Html Css Color HEX #217361 Deep Sea

📋 copy color: '#217361'

red 33 ◦ green 115 ◦ blue 97

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

Shades of Deep Sea #217361

Tints of Deep Sea #217361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.94%

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 13.47%
G = 46.94%
B = 39.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#217361 (or 0x217361) is known color: Deep Sea. HEX triplet: 21, 73 and 61. RGB value is (33,115,97). Sum of RGB (Red+Green+Blue) = 33+115+97=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #217361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217361 is #DE8C9E. Grayscale: #585858. Windows color (decimal): -14584991 or 6386465. OLE color: 6386465.

HSL color Cylindrical-coordinate representation of color #217361: hue angle of 166.83º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217361 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 115 97 -
CMYK 0.71 0 0.16 0.55
HSL 166.83º 0.55% 0.29% -
HSV(B) 166.83º 0.71% 0.45% -
XYZ 8.92 13.45 13.44 -
YUV 88.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 33 115 97 0.71 0 0.16 0.55 166.83 0.55 0.29
Hex 21 73 61 47 0 10 37 A7 37 1D
Octal 41 163 141 107 0 20 67 247 67 35
Binary 100001 1110011 1100001 1000111 0 10000 110111 10100111 110111 11101

Color Harmonies of #217361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217361

Black with #217361

Text Example


Text Example

White with #217361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217361; }

 p { color: rgb(33,115,97); }

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

background-color css

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

 a { background-color: rgb(33,115,97); }

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

border-color css

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

 span { border-color: rgb(33,115,97); }

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