#353778

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

Shades of Torea Bay #353778

Tints of Torea Bay #353778

Color information

#353778 (or 0x353778) is unknown color: approx Torea Bay. HEX triplet: 35, 37 and 78. RGB value is (53,55,120). Sum of RGB (Red+Green+Blue) = 53+55+120=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #353778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353778 is #CAC887. Grayscale: #3D3D3D. Windows color (decimal): -13289608 or 7878453. OLE color: 7878453.

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

Color convert

RGB5355120-
CMYK0.560.5400.53
HSL238.21º38.73%33.92%-
HSV(B)238.21º55.83%47.06%-
XYZ6.224.8518.38-
YUV61.81160.84121.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=23.25%
G=24.12%
B=52.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53551200.560.5400.53238.2138.7333.92
Hex3537783836035ee2722
Octal656717070660653564742
Binary1101011101111111000111000110110011010111101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353778; }

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

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

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

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

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

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

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

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