#353D76

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

Shades of Torea Bay #353D76

Tints of Torea Bay #353D76

Color information

#353D76 (or 0x353D76) is unknown color: approx Torea Bay. HEX triplet: 35, 3D and 76. RGB value is (53,61,118). Sum of RGB (Red+Green+Blue) = 53+61+118=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #353D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D76 is #CAC289. Grayscale: #404040. Windows color (decimal): -13288074 or 7748917. OLE color: 7748917.

HSL color Cylindrical-coordinate representation of color #353D76: hue angle of 232.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353D76 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5361118-
CMYK0.550.4800.54
HSL232.62º38.01%33.53%-
HSV(B)232.62º55.08%46.27%-
XYZ6.415.417.84-
YUV65.11157.85119.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=22.84%
G=26.29%
B=50.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53611180.550.4800.54232.6238.0133.53
Hex353D763730036e92622
Octal657516667600663514642
Binary1101011111011110110110111110000011011011101001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353D76; }

 p { color: rgb(53,61,118); }

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

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

 a { background-color: rgb(53,61,118); }

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

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

 span { border-color: rgb(53,61,118); }

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