Html Css Color HEX #356A69 Genoa

📋 copy color: '#356A69'

red 53 ◦ green 106 ◦ blue 105

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

Shades of Genoa #356A69

Tints of Genoa #356A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.15%

 BLUE value IS 105 (41.41% from 255) = 39.77%

R = 20.08%
G = 40.15%
B = 39.77%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#356A69 (or 0x356A69) is known color: Genoa. HEX triplet: 35, 6A and 69. RGB value is (53,106,105). Sum of RGB (Red+Green+Blue) = 53+106+105=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #356A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A69 is #CA9596. Grayscale: #595959. Windows color (decimal): -13276567 or 6908469. OLE color: 6908469.

HSL color Cylindrical-coordinate representation of color #356A69: hue angle of 178.87º degrees, saturation: 0.33, 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 #356A69 is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 106 105 -
CMYK 0.5 0 0.01 0.58
HSL 178.87º 0.33% 0.31% -
HSV(B) 178.87º 0.5% 0.42% -
XYZ 9.17 12.08 15.21 -
YUV 90.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 53 106 105 0.5 0 0.01 0.58 178.87 0.33 0.31
Hex 35 6A 69 32 0 1 3A B3 21 1F
Octal 65 152 151 62 0 1 72 263 41 37
Binary 110101 1101010 1101001 110010 0 1 111010 10110011 100001 11111

Color Harmonies of #356A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A69

Black with #356A69

Text Example


Text Example

White with #356A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,106,105); }

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

background-color css

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

 a { background-color: rgb(53,106,105); }

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

border-color css

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

 span { border-color: rgb(53,106,105); }

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