#353976

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

Shades of Torea Bay #353976

Tints of Torea Bay #353976

Color information

#353976 (or 0x353976) is unknown color: approx Torea Bay. HEX triplet: 35, 39 and 76. RGB value is (53,57,118). Sum of RGB (Red+Green+Blue) = 53+57+118=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #353976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353976 is #CAC689. Grayscale: #3E3E3E. Windows color (decimal): -13289098 or 7747893. OLE color: 7747893.

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

Color convert

RGB5357118-
CMYK0.550.5200.54
HSL236.31º38.01%33.53%-
HSV(B)236.31º55.08%46.27%-
XYZ6.24.9917.78-
YUV62.76159.17121.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=23.25%
G=25%
B=51.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53571180.550.5200.54236.3138.0133.53
Hex3539763734036ec2622
Octal657116667640663544642
Binary1101011110011110110110111110100011011011101100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353976; }

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

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

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

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

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

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

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

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