Html Css Color HEX #307568 Genoa

📋 copy color: '#307568'

red 48 ◦ green 117 ◦ blue 104

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

Shades of Genoa #307568

Tints of Genoa #307568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

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

R = 17.84%
G = 43.49%
B = 38.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#307568 (or 0x307568) is known color: Genoa. HEX triplet: 30, 75 and 68. RGB value is (48,117,104). Sum of RGB (Red+Green+Blue) = 48+117+104=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #307568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307568 is #CF8A97. Grayscale: #5E5E5E. Windows color (decimal): -13601432 or 6845744. OLE color: 6845744.

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

Color convert

RGB 48 117 104 -
CMYK 0.59 0 0.11 0.54
HSL 168.7º 0.42% 0.32% -
HSV(B) 168.7º 0.59% 0.46% -
XYZ 10.08 14.35 15.34 -
YUV 94.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 48 117 104 0.59 0 0.11 0.54 168.7 0.42 0.32
Hex 30 75 68 3B 0 B 36 A9 2A 20
Octal 60 165 150 73 0 13 66 251 52 40
Binary 110000 1110101 1101000 111011 0 1011 110110 10101001 101010 100000

Color Harmonies of #307568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307568

Black with #307568

Text Example


Text Example

White with #307568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307568; }

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

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

background-color css

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

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

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

border-color css

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

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

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