#306869

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

Shades of Genoa #306869

Tints of Genoa #306869

Color information

#306869 (or 0x306869) is unknown color: approx Genoa. HEX triplet: 30, 68 and 69. RGB value is (48,104,105). Sum of RGB (Red+Green+Blue) = 48+104+105=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #306869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306869 is #CF9796. Grayscale: #575757. Windows color (decimal): -13604759 or 6907952. OLE color: 6907952.

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

Color convert

RGB48104105-
CMYK0.540.0100.59
HSL181.05º37.25%30%-
HSV(B)181.05º54.29%41.18%-
XYZ8.7211.5515.13-
YUV87.37137.9599.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=18.68%
G=40.47%
B=40.86%

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
Decimal481041050.540.0100.59181.0537.2530
Hex30686936103Bb5251e
Octal601501516610732654536
Binary11000011010001101001110110101110111011010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306869; }

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

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

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

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

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

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

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

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