Html Css Color HEX #387068 Genoa

📋 copy color: '#387068'

red 56 ◦ green 112 ◦ blue 104

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

Shades of Genoa #387068

Tints of Genoa #387068

RGB

 RED value IS 56 (22.27% from 255) = 20.59%

 GREEN value IS 112 (44.14% from 255) = 41.18%

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

R = 20.59%
G = 41.18%
B = 38.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#387068 (or 0x387068) is known color: Genoa. HEX triplet: 38, 70 and 68. RGB value is (56,112,104). Sum of RGB (Red+Green+Blue) = 56+112+104=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #387068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387068 is #C78F97. Grayscale: #5E5E5E. Windows color (decimal): -13078424 or 6844472. OLE color: 6844472.

HSL color Cylindrical-coordinate representation of color #387068: hue angle of 171.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387068 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 104 -
CMYK 0.50 0 0.07 0.56
HSL 171.43º 0.33% 0.33% -
HSV(B) 171.43º 0.5% 0.44% -
XYZ 9.92 13.43 15.17 -
YUV 94.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 56 112 104 0.50 0 0.07 0.56 171.43 0.33 0.33
Hex 38 70 68 32 0 7 38 AB 21 21
Octal 70 160 150 62 0 7 70 253 41 41
Binary 111000 1110000 1101000 110010 0 111 111000 10101011 100001 100001

Color Harmonies of #387068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387068

Black with #387068

Text Example


Text Example

White with #387068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387068; }

 p { color: rgb(56,112,104); }

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

background-color css

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

 a { background-color: rgb(56,112,104); }

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

border-color css

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

 span { border-color: rgb(56,112,104); }

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