#353978

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

Shades of Torea Bay #353978

Tints of Torea Bay #353978

Color information

#353978 (or 0x353978) is unknown color: approx Torea Bay. HEX triplet: 35, 39 and 78. RGB value is (53,57,120). Sum of RGB (Red+Green+Blue) = 53+57+120=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #353978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353978 is #CAC687. Grayscale: #3E3E3E. Windows color (decimal): -13289096 or 7878965. OLE color: 7878965.

HSL color Cylindrical-coordinate representation of color #353978: hue angle of 236.42º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353978 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5357120-
CMYK0.560.5200.53
HSL236.42º38.73%33.92%-
HSV(B)236.42º55.83%47.06%-
XYZ6.325.0418.41-
YUV62.99160.17120.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=23.04%
G=24.78%
B=52.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53571200.560.5200.53236.4238.7333.92
Hex3539783834035ec2722
Octal657117070640653544742
Binary1101011110011111000111000110100011010111101100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353978; }

 p { color: rgb(53,57,120); }

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

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

 a { background-color: rgb(53,57,120); }

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

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

 span { border-color: rgb(53,57,120); }

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