Html Css Color HEX #217367 Deep Sea

📋 copy color: '#217367'

red 33 ◦ green 115 ◦ blue 103

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

Shades of Deep Sea #217367

Tints of Deep Sea #217367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 13.15%
G = 45.82%
B = 41.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#217367 (or 0x217367) is known color: Deep Sea. HEX triplet: 21, 73 and 67. RGB value is (33,115,103). Sum of RGB (Red+Green+Blue) = 33+115+103=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #217367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217367 is #DE8C98. Grayscale: #595959. Windows color (decimal): -14584985 or 6779681. OLE color: 6779681.

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

Color convert

RGB 33 115 103 -
CMYK 0.71 0 0.10 0.55
HSL 171.22º 0.55% 0.29% -
HSV(B) 171.22º 0.71% 0.45% -
XYZ 9.21 13.56 14.96 -
YUV 89.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 33 115 103 0.71 0 0.10 0.55 171.22 0.55 0.29
Hex 21 73 67 47 0 A 37 AB 37 1D
Octal 41 163 147 107 0 12 67 253 67 35
Binary 100001 1110011 1100111 1000111 0 1010 110111 10101011 110111 11101

Color Harmonies of #217367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217367

Black with #217367

Text Example


Text Example

White with #217367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217367; }

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

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

background-color css

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

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

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

border-color css

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

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

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