#363676

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

Shades of Torea Bay #363676

Tints of Torea Bay #363676

Color information

#363676 (or 0x363676) is unknown color: approx Torea Bay. HEX triplet: 36, 36 and 76. RGB value is (54,54,118). Sum of RGB (Red+Green+Blue) = 54+54+118=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #363676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363676 is #C9C989. Grayscale: #3D3D3D. Windows color (decimal): -13224330 or 7747126. OLE color: 7747126.

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

Color convert

RGB5454118-
CMYK0.540.5400.54
HSL240º37.21%33.73%-
HSV(B)240º54.24%46.27%-
XYZ6.114.7317.73-
YUV61.3160122.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=23.89%
G=23.89%
B=52.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54541180.540.5400.5424037.2133.73
Hex3636763636036f02522
Octal666616666660663604542
Binary1101101101101110110110110110110011011011110000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363676; }

 p { color: rgb(54,54,118); }

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

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

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

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

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

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

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