Html Css Color HEX #216358 Eden

📋 copy color: '#216358'

red 33 ◦ green 99 ◦ blue 88

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

Shades of Eden #216358

Tints of Eden #216358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

 BLUE value IS 88 (34.77% from 255) = 40%

R = 15%
G = 45%
B = 40%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#216358 (or 0x216358) is known color: Eden. HEX triplet: 21, 63 and 58. RGB value is (33,99,88). Sum of RGB (Red+Green+Blue) = 33+99+88=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #216358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216358 is #DE9CA7. Grayscale: #4D4D4D. Windows color (decimal): -14589096 or 5792545. OLE color: 5792545.

HSL color Cylindrical-coordinate representation of color #216358: hue angle of 170º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216358 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 99 88 -
CMYK 0.67 0 0.11 0.61
HSL 170º 0.5% 0.26% -
HSV(B) 170º 0.67% 0.39% -
XYZ 6.85 9.95 10.79 -
YUV 78.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 33 99 88 0.67 0 0.11 0.61 170 0.5 0.26
Hex 21 63 58 43 0 B 3D AA 32 1A
Octal 41 143 130 103 0 13 75 252 62 32
Binary 100001 1100011 1011000 1000011 0 1011 111101 10101010 110010 11010

Color Harmonies of #216358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216358

Black with #216358

Text Example


Text Example

White with #216358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216358; }

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

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

background-color css

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

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

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

border-color css

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

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

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