#353E71

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

Shades of Torea Bay #353E71

Tints of Torea Bay #353E71

Color information

#353E71 (or 0x353E71) is unknown color: approx Torea Bay. HEX triplet: 35, 3E and 71. RGB value is (53,62,113). Sum of RGB (Red+Green+Blue) = 53+62+113=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #353E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E71 is #CAC18E. Grayscale: #404040. Windows color (decimal): -13287823 or 7421493. OLE color: 7421493.

HSL color Cylindrical-coordinate representation of color #353E71: hue angle of 231º 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 #353E71 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5362113-
CMYK0.530.4500.56
HSL231º36.14%32.55%-
HSV(B)231º53.1%44.31%-
XYZ6.175.3916.34-
YUV65.12155.02119.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=23.25%
G=27.19%
B=49.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53621130.530.4500.5623136.1432.55
Hex353E71352D038e72421
Octal657616165550703474441
Binary1101011111101110001110101101101011100011100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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