Html Css Color HEX #306C63 Genoa

📋 copy color: '#306C63'

red 48 ◦ green 108 ◦ blue 99

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

Shades of Genoa #306C63

Tints of Genoa #306C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 18.82%
G = 42.35%
B = 38.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#306C63 (or 0x306C63) is known color: Genoa. HEX triplet: 30, 6C and 63. RGB value is (48,108,99). Sum of RGB (Red+Green+Blue) = 48+108+99=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #306C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C63 is #CF939C. Grayscale: #595959. Windows color (decimal): -13603741 or 6515760. OLE color: 6515760.

HSL color Cylindrical-coordinate representation of color #306C63: hue angle of 171º 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 #306C63 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 99 -
CMYK 0.56 0 0.08 0.58
HSL 171º 0.38% 0.31% -
HSV(B) 171º 0.56% 0.42% -
XYZ 8.83 12.25 13.7 -
YUV 89.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 48 108 99 0.56 0 0.08 0.58 171 0.38 0.31
Hex 30 6C 63 38 0 8 3A AB 26 1F
Octal 60 154 143 70 0 10 72 253 46 37
Binary 110000 1101100 1100011 111000 0 1000 111010 10101011 100110 11111

Color Harmonies of #306C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C63

Black with #306C63

Text Example


Text Example

White with #306C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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