#306769

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

Shades of Genoa #306769

Tints of Genoa #306769

Color information

#306769 (or 0x306769) is unknown color: approx Genoa. HEX triplet: 30, 67 and 69. RGB value is (48,103,105). Sum of RGB (Red+Green+Blue) = 48+103+105=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #306769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306769 is #CF9896. Grayscale: #565656. Windows color (decimal): -13605015 or 6907696. OLE color: 6907696.

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

Color convert

RGB48103105-
CMYK0.540.0200.59
HSL182.11º37.25%30%-
HSV(B)182.11º54.29%41.18%-
XYZ8.6211.3515.1-
YUV86.78138.28100.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=18.75%
G=40.23%
B=41.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal481031050.540.0200.59182.1137.2530
Hex30676936203Bb6251e
Octal601471516620732664536
Binary110000110011111010011101101001110111011011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306769; }

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

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

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

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

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

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

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

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