#353C76

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

Shades of Torea Bay #353C76

Tints of Torea Bay #353C76

Color information

#353C76 (or 0x353C76) is unknown color: approx Torea Bay. HEX triplet: 35, 3C and 76. RGB value is (53,60,118). Sum of RGB (Red+Green+Blue) = 53+60+118=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #353C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C76 is #CAC389. Grayscale: #404040. Windows color (decimal): -13288330 or 7748661. OLE color: 7748661.

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

Color convert

RGB5360118-
CMYK0.550.4900.54
HSL233.54º38.01%33.53%-
HSV(B)233.54º55.08%46.27%-
XYZ6.355.317.83-
YUV64.52158.18119.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 60 (23.83% from 255) = 25.97%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=22.94%
G=25.97%
B=51.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53601180.550.4900.54233.5438.0133.53
Hex353C763731036ea2622
Octal657416667610663524642
Binary1101011111001110110110111110001011011011101010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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