Html Css Color HEX #217362 Deep Sea

📋 copy color: '#217362'

red 33 ◦ green 115 ◦ blue 98

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

Shades of Deep Sea #217362

Tints of Deep Sea #217362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 13.41%
G = 46.75%
B = 39.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#217362 (or 0x217362) is known color: Deep Sea. HEX triplet: 21, 73 and 62. RGB value is (33,115,98). Sum of RGB (Red+Green+Blue) = 33+115+98=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #217362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217362 is #DE8C9D. Grayscale: #585858. Windows color (decimal): -14584990 or 6452001. OLE color: 6452001.

HSL color Cylindrical-coordinate representation of color #217362: hue angle of 167.56º 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 #217362 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 115 98 -
CMYK 0.71 0 0.15 0.55
HSL 167.56º 0.55% 0.29% -
HSV(B) 167.56º 0.71% 0.45% -
XYZ 8.96 13.47 13.68 -
YUV 88.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 33 115 98 0.71 0 0.15 0.55 167.56 0.55 0.29
Hex 21 73 62 47 0 F 37 A8 37 1D
Octal 41 163 142 107 0 17 67 250 67 35
Binary 100001 1110011 1100010 1000111 0 1111 110111 10101000 110111 11101

Color Harmonies of #217362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217362

Black with #217362

Text Example


Text Example

White with #217362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217362; }

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

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

background-color css

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

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

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

border-color css

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

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

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