#306768

Color #306768 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #306768

Tints of Genoa #306768

Color information

#306768 (or 0x306768) is unknown color: approx Genoa. HEX triplet: 30, 67 and 68. RGB value is (48,103,104). Sum of RGB (Red+Green+Blue) = 48+103+104=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #306768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306768 is #CF9897. Grayscale: #565656. Windows color (decimal): -13605016 or 6842160. OLE color: 6842160.

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

Color convert

RGB48103104-
CMYK0.540.0100.59
HSL181.07º36.84%29.8%-
HSV(B)181.07º53.85%40.78%-
XYZ8.5711.3314.83-
YUV86.67137.78100.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=18.82%
G=40.39%
B=40.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal481031040.540.0100.59181.0736.8429.8
Hex30676836103Bb5251e
Octal601471506610732654536
Binary11000011001111101000110110101110111011010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306768; }

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

 H1.HeaderClassName
 {
   color: #306768;
 }
 .AnyTagClassName
 {
   color: #306768;
 }
</style>
background-color css

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

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

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

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

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

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