#353674

Color #353674 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #353674

Tints of Torea Bay #353674

Color information

#353674 (or 0x353674) is unknown color: approx Torea Bay. HEX triplet: 35, 36 and 74. RGB value is (53,54,116). Sum of RGB (Red+Green+Blue) = 53+54+116=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #353674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353674 is #CAC98B. Grayscale: #3C3C3C. Windows color (decimal): -13289868 or 7616053. OLE color: 7616053.

HSL color Cylindrical-coordinate representation of color #353674: hue angle of 239.05º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353674 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5354116-
CMYK0.540.5300.55
HSL239.05º37.28%33.14%-
HSV(B)239.05º54.31%45.49%-
XYZ5.944.6617.11-
YUV60.77159.17122.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=23.77%
G=24.22%
B=52.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53541160.540.5300.55239.0537.2833.14
Hex3536743635037ef2521
Octal656616466650673574541
Binary1101011101101110100110110110101011011111101111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353674; }

 p { color: rgb(53,54,116); }

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

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

 a { background-color: rgb(53,54,116); }

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

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

 span { border-color: rgb(53,54,116); }

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