#357B67

Color #357B67 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #357B67

Tints of Genoa #357B67

Color information

#357B67 (or 0x357B67) is unknown color: approx Genoa. HEX triplet: 35, 7B and 67. RGB value is (53,123,103). Sum of RGB (Red+Green+Blue) = 53+123+103=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #357B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B67 is #CA8498. Grayscale: #636363. Windows color (decimal): -13272217 or 6781749. OLE color: 6781749.

HSL color Cylindrical-coordinate representation of color #357B67: hue angle of 162.86º 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 #357B67 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB53123103-
CMYK0.5700.160.52
HSL162.86º39.77%34.51%-
HSV(B)162.86º56.91%48.24%-
XYZ1115.915.32-
YUV99.79129.8194.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=19.00%
G=44.09%
B=36.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531231030.5700.160.52162.8639.7734.51
Hex357B673901034a32823
Octal6517314771020642435043
Binary1101011111011110011111100101000011010010100011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #357B67;
 }
 .AnyTagClassName
 {
   color: #357B67;
 }
</style>
background-color css

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

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

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

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

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

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