#353679

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

Shades of Torea Bay #353679

Tints of Torea Bay #353679

Color information

#353679 (or 0x353679) is unknown color: approx Torea Bay. HEX triplet: 35, 36 and 79. RGB value is (53,54,121). Sum of RGB (Red+Green+Blue) = 53+54+121=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #353679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353679 is #CAC986. Grayscale: #3D3D3D. Windows color (decimal): -13289863 or 7943733. OLE color: 7943733.

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

Color convert

RGB5354121-
CMYK0.560.5500.53
HSL239.12º39.08%34.12%-
HSV(B)239.12º56.2%47.45%-
XYZ6.244.7818.68-
YUV61.34161.67122.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 121 (47.66% from 255) = 53.07%
R=23.25%
G=23.68%
B=53.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53541210.560.5500.53239.1239.0834.12
Hex3536793837035ef2722
Octal656617170670653574742
Binary1101011101101111001111000110111011010111101111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353679; }

 p { color: rgb(53,54,121); }

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

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

 a { background-color: rgb(53,54,121); }

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

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

 span { border-color: rgb(53,54,121); }

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