#353E70

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

Shades of Torea Bay #353E70

Tints of Torea Bay #353E70

Color information

#353E70 (or 0x353E70) is unknown color: approx Torea Bay. HEX triplet: 35, 3E and 70. RGB value is (53,62,112). Sum of RGB (Red+Green+Blue) = 53+62+112=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #353E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E70 is #CAC18F. Grayscale: #404040. Windows color (decimal): -13287824 or 7355957. OLE color: 7355957.

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

Color convert

RGB5362112-
CMYK0.530.4500.56
HSL230.85º35.76%32.35%-
HSV(B)230.85º52.68%43.92%-
XYZ6.125.3716.04-
YUV65.01154.52119.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=23.35%
G=27.31%
B=49.34%

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
Decimal53621120.530.4500.56230.8535.7632.35
Hex353E70352D038e72420
Octal657616065550703474440
Binary1101011111101110000110101101101011100011100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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