Html Css Color HEX #217865 Deep Sea

📋 copy color: '#217865'

red 33 ◦ green 120 ◦ blue 101

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

Shades of Deep Sea #217865

Tints of Deep Sea #217865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.24%

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

R = 12.99%
G = 47.24%
B = 39.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#217865 (or 0x217865) is known color: Deep Sea. HEX triplet: 21, 78 and 65. RGB value is (33,120,101). Sum of RGB (Red+Green+Blue) = 33+120+101=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #217865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217865 is #DE879A. Grayscale: #5B5B5B. Windows color (decimal): -14583707 or 6649889. OLE color: 6649889.

HSL color Cylindrical-coordinate representation of color #217865: hue angle of 166.9º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217865 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 120 101 -
CMYK 0.72 0 0.16 0.53
HSL 166.9º 0.57% 0.3% -
HSV(B) 166.9º 0.73% 0.47% -
XYZ 9.69 14.7 14.64 -
YUV 91.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 33 120 101 0.72 0 0.16 0.53 166.9 0.57 0.3
Hex 21 78 65 48 0 10 35 A7 39 1E
Octal 41 170 145 110 0 20 65 247 71 36
Binary 100001 1111000 1100101 1001000 0 10000 110101 10100111 111001 11110

Color Harmonies of #217865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217865

Black with #217865

Text Example


Text Example

White with #217865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217865; }

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

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

background-color css

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

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

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

border-color css

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

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

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