Html Css Color HEX #217465 Deep Sea

📋 copy color: '#217465'

red 33 ◦ green 116 ◦ blue 101

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

Shades of Deep Sea #217465

Tints of Deep Sea #217465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.4%

 BLUE value IS 101 (39.84% from 255) = 40.4%

R = 13.2%
G = 46.4%
B = 40.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#217465 (or 0x217465) is known color: Deep Sea. HEX triplet: 21, 74 and 65. RGB value is (33,116,101). Sum of RGB (Red+Green+Blue) = 33+116+101=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #217465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217465 is #DE8B9A. Grayscale: #595959. Windows color (decimal): -14584731 or 6648865. OLE color: 6648865.

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

Color convert

RGB 33 116 101 -
CMYK 0.72 0 0.13 0.55
HSL 169.16º 0.56% 0.29% -
HSV(B) 169.16º 0.72% 0.45% -
XYZ 9.22 13.75 14.48 -
YUV 89.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 33 116 101 0.72 0 0.13 0.55 169.16 0.56 0.29
Hex 21 74 65 48 0 D 37 A9 38 1D
Octal 41 164 145 110 0 15 67 251 70 35
Binary 100001 1110100 1100101 1001000 0 1101 110111 10101001 111000 11101

Color Harmonies of #217465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217465

Black with #217465

Text Example


Text Example

White with #217465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217465; }

 p { color: rgb(33,116,101); }

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

background-color css

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

 a { background-color: rgb(33,116,101); }

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

border-color css

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

 span { border-color: rgb(33,116,101); }

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