#353B76

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

Shades of Torea Bay #353B76

Tints of Torea Bay #353B76

Color information

#353B76 (or 0x353B76) is unknown color: approx Torea Bay. HEX triplet: 35, 3B and 76. RGB value is (53,59,118). Sum of RGB (Red+Green+Blue) = 53+59+118=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #353B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B76 is #CAC489. Grayscale: #3F3F3F. Windows color (decimal): -13288586 or 7748405. OLE color: 7748405.

HSL color Cylindrical-coordinate representation of color #353B76: hue angle of 234.46º 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 #353B76 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5359118-
CMYK0.550.5000.54
HSL234.46º38.01%33.53%-
HSV(B)234.46º55.08%46.27%-
XYZ6.35.1917.81-
YUV63.93158.51120.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 59 (23.44% from 255) = 25.65%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=23.04%
G=25.65%
B=51.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53591180.550.5000.54234.4638.0133.53
Hex353B763732036ea2622
Octal657316667620663524642
Binary1101011110111110110110111110010011011011101010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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