Html Css Color HEX #306868 Genoa

📋 copy color: '#306868'

red 48 ◦ green 104 ◦ blue 104

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

Shades of Genoa #306868

Tints of Genoa #306868

RGB

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

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

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

R = 18.75%
G = 40.63%
B = 40.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#306868 (or 0x306868) is known color: Genoa. HEX triplet: 30, 68 and 68. RGB value is (48,104,104). Sum of RGB (Red+Green+Blue) = 48+104+104=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #306868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306868 is #CF9797. Grayscale: #575757. Windows color (decimal): -13604760 or 6842416. OLE color: 6842416.

HSL color Cylindrical-coordinate representation of color #306868: hue angle of 180º 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 #306868 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 104 -
CMYK 0.54 0 0 0.59
HSL 180º 0.37% 0.3% -
HSV(B) 180º 0.54% 0.41% -
XYZ 8.67 11.53 14.87 -
YUV 87.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 48 104 104 0.54 0 0 0.59 180 0.37 0.3
Hex 30 68 68 36 0 0 3B B4 25 1E
Octal 60 150 150 66 0 0 73 264 45 36
Binary 110000 1101000 1101000 110110 0 0 111011 10110100 100101 11110

Color Harmonies of #306868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306868

Black with #306868

Text Example


Text Example

White with #306868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306868; }

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

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

background-color css

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

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

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

border-color css

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

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

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