Html Css Color HEX #307569 Genoa

📋 copy color: '#307569'

red 48 ◦ green 117 ◦ blue 105

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

Shades of Genoa #307569

Tints of Genoa #307569

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 value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#307569 (or 0x307569) is known color: 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

RGB 48 117 105 -
CMYK 0.59 0 0.10 0.54
HSL 169.57º 0.42% 0.32% -
HSV(B) 169.57º 0.59% 0.46% -
XYZ 10.13 14.37 15.6 -
YUV 95 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 48 117 105 0.59 0 0.10 0.54 169.57 0.42 0.32
Hex 30 75 69 3B 0 A 36 AA 2A 20
Octal 60 165 151 73 0 12 66 252 52 40
Binary 110000 1110101 1101001 111011 0 1010 110110 10101010 101010 100000

Color Harmonies of #307569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307569

Black with #307569

Text Example


Text Example

White with #307569

Text Example


Text Example

HTML Codes & Css Web 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>