Html Css Color HEX #305A50 Evening Sea

📋 copy color: '#305A50'

red 48 ◦ green 90 ◦ blue 80

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

Shades of Evening Sea #305A50

Tints of Evening Sea #305A50

RGB

 RED value IS 48 (19.14% from 255) = 22.02%

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

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 22.02%
G = 41.28%
B = 36.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#305A50 (or 0x305A50) is known color: Evening Sea. HEX triplet: 30, 5A and 50. RGB value is (48,90,80). Sum of RGB (Red+Green+Blue) = 48+90+80=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #305A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A50 is #CFA5AF. Grayscale: #4C4C4C. Windows color (decimal): -13608368 or 5265968. OLE color: 5265968.

HSL color Cylindrical-coordinate representation of color #305A50: hue angle of 165.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A50 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 80 -
CMYK 0.47 0 0.11 0.65
HSL 165.71º 0.3% 0.27% -
HSV(B) 165.71º 0.47% 0.35% -
XYZ 6.32 8.52 8.9 -
YUV 76.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 48 90 80 0.47 0 0.11 0.65 165.71 0.3 0.27
Hex 30 5A 50 2F 0 B 41 A6 1E 1B
Octal 60 132 120 57 0 13 101 246 36 33
Binary 110000 1011010 1010000 101111 0 1011 1000001 10100110 11110 11011

Color Harmonies of #305A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A50

Black with #305A50

Text Example


Text Example

White with #305A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A50; }

 p { color: rgb(48,90,80); }

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

background-color css

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

 a { background-color: rgb(48,90,80); }

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

border-color css

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

 span { border-color: rgb(48,90,80); }

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