Html Css Color HEX #306860 Eden

📋 copy color: '#306860'

red 48 ◦ green 104 ◦ blue 96

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

Shades of Eden #306860

Tints of Eden #306860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.94%

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 19.35%
G = 41.94%
B = 38.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#306860 (or 0x306860) is known color: Eden. HEX triplet: 30, 68 and 60. RGB value is (48,104,96). Sum of RGB (Red+Green+Blue) = 48+104+96=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #306860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306860 is #CF979F. Grayscale: #565656. Windows color (decimal): -13604768 or 6318128. OLE color: 6318128.

HSL color Cylindrical-coordinate representation of color #306860: hue angle of 171.43º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306860 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 96 -
CMYK 0.54 0 0.08 0.59
HSL 171.43º 0.37% 0.3% -
HSV(B) 171.43º 0.54% 0.41% -
XYZ 8.28 11.37 12.83 -
YUV 86.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 48 104 96 0.54 0 0.08 0.59 171.43 0.37 0.3
Hex 30 68 60 36 0 8 3B AB 25 1E
Octal 60 150 140 66 0 10 73 253 45 36
Binary 110000 1101000 1100000 110110 0 1000 111011 10101011 100101 11110

Color Harmonies of #306860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306860

Black with #306860

Text Example


Text Example

White with #306860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306860; }

 p { color: rgb(48,104,96); }

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

background-color css

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

 a { background-color: rgb(48,104,96); }

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

border-color css

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

 span { border-color: rgb(48,104,96); }

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