#363776

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

Shades of Torea Bay #363776

Tints of Torea Bay #363776

Color information

#363776 (or 0x363776) is unknown color: approx Torea Bay. HEX triplet: 36, 37 and 76. RGB value is (54,55,118). Sum of RGB (Red+Green+Blue) = 54+55+118=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 55 (21.88% from 255 or 24.23% 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 #363776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363776 is #C9C889. Grayscale: #3D3D3D. Windows color (decimal): -13224074 or 7747382. OLE color: 7747382.

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

Color convert

RGB5455118-
CMYK0.540.5300.54
HSL239.06º37.21%33.73%-
HSV(B)239.06º54.24%46.27%-
XYZ6.164.8217.75-
YUV61.88159.67122.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=23.79%
G=24.23%
B=51.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54551180.540.5300.54239.0637.2133.73
Hex3637763635036ef2522
Octal666716666650663574542
Binary1101101101111110110110110110101011011011101111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363776; }

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

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

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

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

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

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

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

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