Html Css Color HEX #215A4C Evening Sea

📋 copy color: '#215A4C'

red 33 ◦ green 90 ◦ blue 76

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

Shades of Evening Sea #215A4C

Tints of Evening Sea #215A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.19%

R = 16.58%
G = 45.23%
B = 38.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#215A4C (or 0x215A4C) is known color: Evening Sea. HEX triplet: 21, 5A and 4C. RGB value is (33,90,76). Sum of RGB (Red+Green+Blue) = 33+90+76=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #215A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A4C is #DEA5B3. Grayscale: #474747. Windows color (decimal): -14591412 or 5003809. OLE color: 5003809.

HSL color Cylindrical-coordinate representation of color #215A4C: hue angle of 165.26º 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 #215A4C is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 90 76 -
CMYK 0.63 0 0.16 0.65
HSL 165.26º 0.46% 0.24% -
HSV(B) 165.26º 0.63% 0.35% -
XYZ 5.59 8.16 8.12 -
YUV 71.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 33 90 76 0.63 0 0.16 0.65 165.26 0.46 0.24
Hex 21 5A 4C 3F 0 10 41 A5 2E 18
Octal 41 132 114 77 0 20 101 245 56 30
Binary 100001 1011010 1001100 111111 0 10000 1000001 10100101 101110 11000

Color Harmonies of #215A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A4C

Black with #215A4C

Text Example


Text Example

White with #215A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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