Html Css Color HEX #217568 Deep Sea

📋 copy color: '#217568'

red 33 ◦ green 117 ◦ blue 104

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

Shades of Deep Sea #217568

Tints of Deep Sea #217568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 12.99%
G = 46.06%
B = 40.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#217568 (or 0x217568) is known color: Deep Sea. HEX triplet: 21, 75 and 68. RGB value is (33,117,104). Sum of RGB (Red+Green+Blue) = 33+117+104=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #217568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217568 is #DE8A97. Grayscale: #5A5A5A. Windows color (decimal): -14584472 or 6845729. OLE color: 6845729.

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

Color convert

RGB 33 117 104 -
CMYK 0.72 0 0.11 0.54
HSL 170.71º 0.56% 0.29% -
HSV(B) 170.71º 0.72% 0.46% -
XYZ 9.49 14.05 15.31 -
YUV 90.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 33 117 104 0.72 0 0.11 0.54 170.71 0.56 0.29
Hex 21 75 68 48 0 B 36 AB 38 1D
Octal 41 165 150 110 0 13 66 253 70 35
Binary 100001 1110101 1101000 1001000 0 1011 110110 10101011 111000 11101

Color Harmonies of #217568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217568

Black with #217568

Text Example


Text Example

White with #217568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217568; }

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

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

background-color css

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

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

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

border-color css

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

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

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