Html Css Color HEX #356B67 Genoa

📋 copy color: '#356B67'

red 53 ◦ green 107 ◦ blue 103

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

Shades of Genoa #356B67

Tints of Genoa #356B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.16%

R = 20.15%
G = 40.68%
B = 39.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#356B67 (or 0x356B67) is known color: Genoa. HEX triplet: 35, 6B and 67. RGB value is (53,107,103). Sum of RGB (Red+Green+Blue) = 53+107+103=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #356B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B67 is #CA9498. Grayscale: #5A5A5A. Windows color (decimal): -13276313 or 6777653. OLE color: 6777653.

HSL color Cylindrical-coordinate representation of color #356B67: hue angle of 175.56º 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 #356B67 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 103 -
CMYK 0.50 0 0.04 0.58
HSL 175.56º 0.34% 0.31% -
HSV(B) 175.56º 0.5% 0.42% -
XYZ 9.17 12.25 14.71 -
YUV 90.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 53 107 103 0.50 0 0.04 0.58 175.56 0.34 0.31
Hex 35 6B 67 32 0 4 3A B0 22 1F
Octal 65 153 147 62 0 4 72 260 42 37
Binary 110101 1101011 1100111 110010 0 100 111010 10110000 100010 11111

Color Harmonies of #356B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B67

Black with #356B67

Text Example


Text Example

White with #356B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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