Html Css Color HEX #215A4A Evening Sea

📋 copy color: '#215A4A'

red 33 ◦ green 90 ◦ blue 74

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

Shades of Evening Sea #215A4A

Tints of Evening Sea #215A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 16.75%
G = 45.69%
B = 37.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#215A4A (or 0x215A4A) is known color: Evening Sea. HEX triplet: 21, 5A and 4A. RGB value is (33,90,74). Sum of RGB (Red+Green+Blue) = 33+90+74=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #215A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A4A is #DEA5B5. Grayscale: #474747. Windows color (decimal): -14591414 or 4872737. OLE color: 4872737.

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

Color convert

RGB 33 90 74 -
CMYK 0.63 0 0.18 0.65
HSL 163.16º 0.46% 0.24% -
HSV(B) 163.16º 0.63% 0.35% -
XYZ 5.52 8.13 7.76 -
YUV 71.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 33 90 74 0.63 0 0.18 0.65 163.16 0.46 0.24
Hex 21 5A 4A 3F 0 12 41 A3 2E 18
Octal 41 132 112 77 0 22 101 243 56 30
Binary 100001 1011010 1001010 111111 0 10010 1000001 10100011 101110 11000

Color Harmonies of #215A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A4A

Black with #215A4A

Text Example


Text Example

White with #215A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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