Html Css Color HEX #356B68 Genoa

📋 copy color: '#356B68'

red 53 ◦ green 107 ◦ blue 104

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

Shades of Genoa #356B68

Tints of Genoa #356B68

RGB

 RED value IS 53 (21.09% from 255) = 20.08%

 GREEN value IS 107 (42.19% from 255) = 40.53%

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

R = 20.08%
G = 40.53%
B = 39.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#356B68 (or 0x356B68) is known color: Genoa. HEX triplet: 35, 6B and 68. RGB value is (53,107,104). Sum of RGB (Red+Green+Blue) = 53+107+104=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #356B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B68 is #CA9497. Grayscale: #5A5A5A. Windows color (decimal): -13276312 or 6843189. OLE color: 6843189.

HSL color Cylindrical-coordinate representation of color #356B68: hue angle of 176.67º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B68 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 104 -
CMYK 0.50 0 0.03 0.58
HSL 176.67º 0.34% 0.31% -
HSV(B) 176.67º 0.5% 0.42% -
XYZ 9.22 12.27 14.98 -
YUV 90.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 53 107 104 0.50 0 0.03 0.58 176.67 0.34 0.31
Hex 35 6B 68 32 0 3 3A B1 22 1F
Octal 65 153 150 62 0 3 72 261 42 37
Binary 110101 1101011 1101000 110010 0 11 111010 10110001 100010 11111

Color Harmonies of #356B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B68

Black with #356B68

Text Example


Text Example

White with #356B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B68; }

 p { color: rgb(53,107,104); }

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

background-color css

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

 a { background-color: rgb(53,107,104); }

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

border-color css

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

 span { border-color: rgb(53,107,104); }

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