#353878

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

Shades of Torea Bay #353878

Tints of Torea Bay #353878

Color information

#353878 (or 0x353878) is unknown color: approx Torea Bay. HEX triplet: 35, 38 and 78. RGB value is (53,56,120). Sum of RGB (Red+Green+Blue) = 53+56+120=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #353878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353878 is #CAC787. Grayscale: #3E3E3E. Windows color (decimal): -13289352 or 7878709. OLE color: 7878709.

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

Color convert

RGB5356120-
CMYK0.560.5300.53
HSL237.31º38.73%33.92%-
HSV(B)237.31º55.83%47.06%-
XYZ6.274.9418.39-
YUV62.4160.51121.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=23.14%
G=24.45%
B=52.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53561200.560.5300.53237.3138.7333.92
Hex3538783835035ed2722
Octal657017070650653554742
Binary1101011110001111000111000110101011010111101101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353878; }

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

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

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

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

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

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

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

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