#307569

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

Shades of Genoa #307569

Tints of Genoa #307569

Color information

#307569 (or 0x307569) is unknown color: approx Genoa. HEX triplet: 30, 75 and 69. RGB value is (48,117,105). Sum of RGB (Red+Green+Blue) = 48+117+105=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #307569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307569 is #CF8A96. Grayscale: #5E5E5E. Windows color (decimal): -13601431 or 6911280. OLE color: 6911280.

HSL color Cylindrical-coordinate representation of color #307569: hue angle of 169.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307569 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB48117105-
CMYK0.5900.100.54
HSL169.57º41.82%32.35%-
HSV(B)169.57º58.97%45.88%-
XYZ10.1314.3715.6-
YUV95133.6494.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=17.78%
G=43.33%
B=38.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481171050.5900.100.54169.5741.8232.35
Hex3075693B0A36aa2a20
Octal6016515173012662525240
Binary110000111010111010011110110101011011010101010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307569; }

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

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

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

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

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

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

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

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