#353D71

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

Shades of Torea Bay #353D71

Tints of Torea Bay #353D71

Color information

#353D71 (or 0x353D71) is unknown color: approx Torea Bay. HEX triplet: 35, 3D and 71. RGB value is (53,61,113). Sum of RGB (Red+Green+Blue) = 53+61+113=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #353D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D71 is #CAC28E. Grayscale: #404040. Windows color (decimal): -13288079 or 7421237. OLE color: 7421237.

HSL color Cylindrical-coordinate representation of color #353D71: hue angle of 232º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353D71 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5361113-
CMYK0.530.4600.56
HSL232º36.14%32.55%-
HSV(B)232º53.1%44.31%-
XYZ6.125.2916.32-
YUV64.54155.35119.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=23.35%
G=26.87%
B=49.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53611130.530.4600.5623236.1432.55
Hex353D71352E038e82421
Octal657516165560703504441
Binary1101011111011110001110101101110011100011101000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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