#217263

Color #217263 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #217263

Tints of Deep Sea #217263

Color information

#217263 (or 0x217263) is unknown color: approx Deep Sea. HEX triplet: 21, 72 and 63. RGB value is (33,114,99). Sum of RGB (Red+Green+Blue) = 33+114+99=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #217263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217263 is #DE8D9C. Grayscale: #585858. Windows color (decimal): -14585245 or 6517281. OLE color: 6517281.

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

Color convert

RGB3311499-
CMYK0.7100.130.55
HSL168.89º55.1%28.82%-
HSV(B)168.89º71.05%44.71%-
XYZ8.913.2613.89-
YUV88.07134.1688.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=13.41%
G=46.34%
B=40.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114990.7100.130.55168.8955.128.82
Hex217263470D37a9371d
Octal41162143107015672516735
Binary100001111001011000111000111011011101111010100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217263; }

 p { color: rgb(33,114,99); }

 H1.HeaderClassName
 {
   color: #217263;
 }
 .AnyTagClassName
 {
   color: #217263;
 }
</style>
background-color css

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

 a { background-color: rgb(33,114,99); }

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

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

 span { border-color: rgb(33,114,99); }

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