Html Css Color HEX #215A54 Eden

📋 copy color: '#215A54'

red 33 ◦ green 90 ◦ blue 84

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

Shades of Eden #215A54

Tints of Eden #215A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

 BLUE value IS 84 (33.2% from 255) = 40.58%

R = 15.94%
G = 43.48%
B = 40.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#215A54 (or 0x215A54) is known color: Eden. HEX triplet: 21, 5A and 54. RGB value is (33,90,84). Sum of RGB (Red+Green+Blue) = 33+90+84=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #215A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A54 is #DEA5AB. Grayscale: #484848. Windows color (decimal): -14591404 or 5528097. OLE color: 5528097.

HSL color Cylindrical-coordinate representation of color #215A54: hue angle of 173.68º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A54 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 90 84 -
CMYK 0.63 0 0.07 0.65
HSL 173.68º 0.46% 0.24% -
HSV(B) 173.68º 0.63% 0.35% -
XYZ 5.88 8.28 9.67 -
YUV 72.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 33 90 84 0.63 0 0.07 0.65 173.68 0.46 0.24
Hex 21 5A 54 3F 0 7 41 AE 2E 18
Octal 41 132 124 77 0 7 101 256 56 30
Binary 100001 1011010 1010100 111111 0 111 1000001 10101110 101110 11000

Color Harmonies of #215A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A54

Black with #215A54

Text Example


Text Example

White with #215A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215A54; }

 p { color: rgb(33,90,84); }

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

background-color css

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

 a { background-color: rgb(33,90,84); }

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

border-color css

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

 span { border-color: rgb(33,90,84); }

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