#353A70

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

Shades of Torea Bay #353A70

Tints of Torea Bay #353A70

Color information

#353A70 (or 0x353A70) is unknown color: approx Torea Bay. HEX triplet: 35, 3A and 70. RGB value is (53,58,112). Sum of RGB (Red+Green+Blue) = 53+58+112=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #353A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A70 is #CAC58F. Grayscale: #3E3E3E. Windows color (decimal): -13288848 or 7354933. OLE color: 7354933.

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

Color convert

RGB5358112-
CMYK0.530.4800.56
HSL234.92º35.76%32.35%-
HSV(B)234.92º52.68%43.92%-
XYZ5.914.9515.97-
YUV62.66155.84121.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=23.77%
G=26.01%
B=50.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53581120.530.4800.56234.9235.7632.35
Hex353A703530038eb2420
Octal657216065600703534440
Binary1101011110101110000110101110000011100011101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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