#353775

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

Shades of Torea Bay #353775

Tints of Torea Bay #353775

Color information

#353775 (or 0x353775) is unknown color: approx Torea Bay. HEX triplet: 35, 37 and 75. RGB value is (53,55,117). Sum of RGB (Red+Green+Blue) = 53+55+117=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #353775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353775 is #CAC88A. Grayscale: #3D3D3D. Windows color (decimal): -13289611 or 7681845. OLE color: 7681845.

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

Color convert

RGB5355117-
CMYK0.550.5300.54
HSL238.12º37.65%33.33%-
HSV(B)238.12º54.7%45.88%-
XYZ6.054.7717.43-
YUV61.47159.34121.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 117 (46.09% from 255) = 52%
R=23.56%
G=24.44%
B=52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53551170.550.5300.54238.1237.6533.33
Hex3537753735036ee2621
Octal656716567650663564641
Binary1101011101111110101110111110101011011011101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353775; }

 p { color: rgb(53,55,117); }

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

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

 a { background-color: rgb(53,55,117); }

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

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

 span { border-color: rgb(53,55,117); }

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