Html Css Color HEX #306B5D Eden

📋 copy color: '#306B5D'

red 48 ◦ green 107 ◦ blue 93

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

Shades of Eden #306B5D

Tints of Eden #306B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.15%

 BLUE value IS 93 (36.72% from 255) = 37.5%

R = 19.35%
G = 43.15%
B = 37.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#306B5D (or 0x306B5D) is known color: Eden. HEX triplet: 30, 6B and 5D. RGB value is (48,107,93). Sum of RGB (Red+Green+Blue) = 48+107+93=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #306B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B5D is #CF94A2. Grayscale: #575757. Windows color (decimal): -13604003 or 6122288. OLE color: 6122288.

HSL color Cylindrical-coordinate representation of color #306B5D: hue angle of 165.76º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B5D is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 107 93 -
CMYK 0.55 0 0.13 0.58
HSL 165.76º 0.38% 0.3% -
HSV(B) 165.76º 0.55% 0.42% -
XYZ 8.45 11.93 12.21 -
YUV 87.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 48 107 93 0.55 0 0.13 0.58 165.76 0.38 0.3
Hex 30 6B 5D 37 0 D 3A A6 26 1E
Octal 60 153 135 67 0 15 72 246 46 36
Binary 110000 1101011 1011101 110111 0 1101 111010 10100110 100110 11110

Color Harmonies of #306B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B5D

Black with #306B5D

Text Example


Text Example

White with #306B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306B5D; }

 p { color: rgb(48,107,93); }

 H1.HeaderClassName
 {
   color: #306B5D;
 }
 .AnyTagClassName
 {
   color: #306B5D;
 }
</style>

background-color css

<style>
 a { background-color: #306B5D; }

 a { background-color: rgb(48,107,93); }

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

border-color css

<style>
 span { border-color: #306B5D; }

 span { border-color: rgb(48,107,93); }

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