#363D76

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

Shades of Torea Bay #363D76

Tints of Torea Bay #363D76

Color information

#363D76 (or 0x363D76) is unknown color: approx Torea Bay. HEX triplet: 36, 3D and 76. RGB value is (54,61,118). Sum of RGB (Red+Green+Blue) = 54+61+118=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #363D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D76 is #C9C289. Grayscale: #414141. Windows color (decimal): -13222538 or 7748918. OLE color: 7748918.

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

Color convert

RGB5461118-
CMYK0.540.4800.54
HSL233.44º37.21%33.73%-
HSV(B)233.44º54.24%46.27%-
XYZ6.465.4317.85-
YUV65.4157.68119.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=23.18%
G=26.18%
B=50.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54611180.540.4800.54233.4437.2133.73
Hex363D763630036e92522
Octal667516666600663514542
Binary1101101111011110110110110110000011011011101001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363D76; }

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

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

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

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

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

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

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

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