#363576

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

Shades of Torea Bay #363576

Tints of Torea Bay #363576

Color information

#363576 (or 0x363576) is unknown color: approx Torea Bay. HEX triplet: 36, 35 and 76. RGB value is (54,53,118). Sum of RGB (Red+Green+Blue) = 54+53+118=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #363576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363576 is #C9CA89. Grayscale: #3C3C3C. Windows color (decimal): -13224586 or 7746870. OLE color: 7746870.

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

Color convert

RGB5453118-
CMYK0.540.5500.54
HSL240.92º38.01%33.53%-
HSV(B)240.92º55.08%46.27%-
XYZ6.064.6417.72-
YUV60.71160.33123.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=24%
G=23.56%
B=52.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54531180.540.5500.54240.9238.0133.53
Hex3635763637036f12622
Octal666516666670663614642
Binary1101101101011110110110110110111011011011110001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363576; }

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

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

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

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

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

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

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

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