Html Css Color HEX #307168 Genoa

📋 copy color: '#307168'

red 48 ◦ green 113 ◦ blue 104

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

Shades of Genoa #307168

Tints of Genoa #307168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

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

R = 18.11%
G = 42.64%
B = 39.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#307168 (or 0x307168) is known color: Genoa. HEX triplet: 30, 71 and 68. RGB value is (48,113,104). Sum of RGB (Red+Green+Blue) = 48+113+104=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #307168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307168 is #CF8E97. Grayscale: #5C5C5C. Windows color (decimal): -13602456 or 6844720. OLE color: 6844720.

HSL color Cylindrical-coordinate representation of color #307168: hue angle of 171.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307168 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 104 -
CMYK 0.58 0 0.08 0.56
HSL 171.69º 0.4% 0.32% -
HSV(B) 171.69º 0.58% 0.44% -
XYZ 9.62 13.44 15.18 -
YUV 92.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 48 113 104 0.58 0 0.08 0.56 171.69 0.4 0.32
Hex 30 71 68 3A 0 8 38 AC 28 20
Octal 60 161 150 72 0 10 70 254 50 40
Binary 110000 1110001 1101000 111010 0 1000 111000 10101100 101000 100000

Color Harmonies of #307168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307168

Black with #307168

Text Example


Text Example

White with #307168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307168; }

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

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

background-color css

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

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

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

border-color css

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

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

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