Html Css Color HEX #386864 Genoa

📋 copy color: '#386864'

red 56 ◦ green 104 ◦ blue 100

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

Shades of Genoa #386864

Tints of Genoa #386864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40%

 BLUE value IS 100 (39.45% from 255) = 38.46%

R = 21.54%
G = 40%
B = 38.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#386864 (or 0x386864) is known color: Genoa. HEX triplet: 38, 68 and 64. RGB value is (56,104,100). Sum of RGB (Red+Green+Blue) = 56+104+100=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #386864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386864 is #C7979B. Grayscale: #595959. Windows color (decimal): -13080476 or 6580280. OLE color: 6580280.

HSL color Cylindrical-coordinate representation of color #386864: hue angle of 175º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386864 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 100 -
CMYK 0.46 0 0.04 0.59
HSL 175º 0.3% 0.31% -
HSV(B) 175º 0.46% 0.41% -
XYZ 8.88 11.66 13.84 -
YUV 89.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 56 104 100 0.46 0 0.04 0.59 175 0.3 0.31
Hex 38 68 64 2E 0 4 3B AF 1E 1F
Octal 70 150 144 56 0 4 73 257 36 37
Binary 111000 1101000 1100100 101110 0 100 111011 10101111 11110 11111

Color Harmonies of #386864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386864

Black with #386864

Text Example


Text Example

White with #386864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386864; }

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

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

background-color css

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

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

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

border-color css

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

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

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