Html Css Color HEX #306C68 Genoa

📋 copy color: '#306C68'

red 48 ◦ green 108 ◦ blue 104

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

Shades of Genoa #306C68

Tints of Genoa #306C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.54%

 BLUE value IS 104 (41.02% from 255) = 40%

R = 18.46%
G = 41.54%
B = 40%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#306C68 (or 0x306C68) is known color: Genoa. HEX triplet: 30, 6C and 68. RGB value is (48,108,104). Sum of RGB (Red+Green+Blue) = 48+108+104=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 108 - color contains mainly: green. Hex color #306C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C68 is #CF9397. Grayscale: #595959. Windows color (decimal): -13603736 or 6843440. OLE color: 6843440.

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

Color convert

RGB 48 108 104 -
CMYK 0.56 0 0.04 0.58
HSL 176º 0.38% 0.31% -
HSV(B) 176º 0.56% 0.42% -
XYZ 9.08 12.35 15 -
YUV 89.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 48 108 104 0.56 0 0.04 0.58 176 0.38 0.31
Hex 30 6C 68 38 0 4 3A B0 26 1F
Octal 60 154 150 70 0 4 72 260 46 37
Binary 110000 1101100 1101000 111000 0 100 111010 10110000 100110 11111

Color Harmonies of #306C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C68

Black with #306C68

Text Example


Text Example

White with #306C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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