#353876

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

Shades of Torea Bay #353876

Tints of Torea Bay #353876

Color information

#353876 (or 0x353876) is unknown color: approx Torea Bay. HEX triplet: 35, 38 and 76. RGB value is (53,56,118). Sum of RGB (Red+Green+Blue) = 53+56+118=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #353876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353876 is #CAC789. Grayscale: #3D3D3D. Windows color (decimal): -13289354 or 7747637. OLE color: 7747637.

HSL color Cylindrical-coordinate representation of color #353876: hue angle of 237.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353876 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5356118-
CMYK0.550.5300.54
HSL237.23º38.01%33.53%-
HSV(B)237.23º55.08%46.27%-
XYZ6.154.8917.76-
YUV62.17159.51121.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=23.35%
G=24.67%
B=51.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53561180.550.5300.54237.2338.0133.53
Hex3538763735036ed2622
Octal657016667650663554642
Binary1101011110001110110110111110101011011011101101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353876; }

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

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

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

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

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

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

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

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