Html Css Color HEX #305A53 Eden

📋 copy color: '#305A53'

red 48 ◦ green 90 ◦ blue 83

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

Shades of Eden #305A53

Tints of Eden #305A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 21.72%
G = 40.72%
B = 37.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#305A53 (or 0x305A53) is known color: Eden. HEX triplet: 30, 5A and 53. RGB value is (48,90,83). Sum of RGB (Red+Green+Blue) = 48+90+83=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #305A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A53 is #CFA5AC. Grayscale: #4C4C4C. Windows color (decimal): -13608365 or 5462576. OLE color: 5462576.

HSL color Cylindrical-coordinate representation of color #305A53: hue angle of 170º 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 #305A53 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 83 -
CMYK 0.47 0 0.08 0.65
HSL 170º 0.3% 0.27% -
HSV(B) 170º 0.47% 0.35% -
XYZ 6.44 8.57 9.5 -
YUV 76.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 48 90 83 0.47 0 0.08 0.65 170 0.3 0.27
Hex 30 5A 53 2F 0 8 41 AA 1E 1B
Octal 60 132 123 57 0 10 101 252 36 33
Binary 110000 1011010 1010011 101111 0 1000 1000001 10101010 11110 11011

Color Harmonies of #305A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A53

Black with #305A53

Text Example


Text Example

White with #305A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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