Html Css Color HEX #217267 Deep Sea

📋 copy color: '#217267'

red 33 ◦ green 114 ◦ blue 103

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

Shades of Deep Sea #217267

Tints of Deep Sea #217267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

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

R = 13.2%
G = 45.6%
B = 41.2%

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

#217267 (or 0x217267) is known color: Deep Sea. HEX triplet: 21, 72 and 67. RGB value is (33,114,103). Sum of RGB (Red+Green+Blue) = 33+114+103=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #217267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217267 is #DE8D98. Grayscale: #585858. Windows color (decimal): -14585241 or 6779425. OLE color: 6779425.

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

Color convert

RGB 33 114 103 -
CMYK 0.71 0 0.10 0.55
HSL 171.85º 0.55% 0.29% -
HSV(B) 171.85º 0.71% 0.45% -
XYZ 9.09 13.34 14.93 -
YUV 88.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 33 114 103 0.71 0 0.10 0.55 171.85 0.55 0.29
Hex 21 72 67 47 0 A 37 AC 37 1D
Octal 41 162 147 107 0 12 67 254 67 35
Binary 100001 1110010 1100111 1000111 0 1010 110111 10101100 110111 11101

Color Harmonies of #217267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217267

Black with #217267

Text Example


Text Example

White with #217267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217267; }

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

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

background-color css

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

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

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

border-color css

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

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

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