Html Css Color HEX #215A4B Evening Sea

📋 copy color: '#215A4B'

red 33 ◦ green 90 ◦ blue 75

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

Shades of Evening Sea #215A4B

Tints of Evening Sea #215A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.88%

R = 16.67%
G = 45.45%
B = 37.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#215A4B (or 0x215A4B) is known color: Evening Sea. HEX triplet: 21, 5A and 4B. RGB value is (33,90,75). Sum of RGB (Red+Green+Blue) = 33+90+75=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #215A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A4B is #DEA5B4. Grayscale: #474747. Windows color (decimal): -14591413 or 4938273. OLE color: 4938273.

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

Color convert

RGB 33 90 75 -
CMYK 0.63 0 0.17 0.65
HSL 164.21º 0.46% 0.24% -
HSV(B) 164.21º 0.63% 0.35% -
XYZ 5.55 8.14 7.94 -
YUV 71.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 33 90 75 0.63 0 0.17 0.65 164.21 0.46 0.24
Hex 21 5A 4B 3F 0 11 41 A4 2E 18
Octal 41 132 113 77 0 21 101 244 56 30
Binary 100001 1011010 1001011 111111 0 10001 1000001 10100100 101110 11000

Color Harmonies of #215A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A4B

Black with #215A4B

Text Example


Text Example

White with #215A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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