Html Css Color HEX #357B6A Genoa

📋 copy color: '#357B6A'

red 53 ◦ green 123 ◦ blue 106

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

Shades of Genoa #357B6A

Tints of Genoa #357B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.62%

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 18.79%
G = 43.62%
B = 37.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#357B6A (or 0x357B6A) is known color: Genoa. HEX triplet: 35, 7B and 6A. RGB value is (53,123,106). Sum of RGB (Red+Green+Blue) = 53+123+106=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #357B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B6A is #CA8495. Grayscale: #646464. Windows color (decimal): -13272214 or 6978357. OLE color: 6978357.

HSL color Cylindrical-coordinate representation of color #357B6A: hue angle of 165.43º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357B6A is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 123 106 -
CMYK 0.57 0 0.14 0.52
HSL 165.43º 0.4% 0.35% -
HSV(B) 165.43º 0.57% 0.48% -
XYZ 11.15 15.96 16.13 -
YUV 100.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 53 123 106 0.57 0 0.14 0.52 165.43 0.4 0.35
Hex 35 7B 6A 39 0 E 34 A5 28 23
Octal 65 173 152 71 0 16 64 245 50 43
Binary 110101 1111011 1101010 111001 0 1110 110100 10100101 101000 100011

Color Harmonies of #357B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B6A

Black with #357B6A

Text Example


Text Example

White with #357B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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