#363773

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

Shades of Torea Bay #363773

Tints of Torea Bay #363773

Color information

#363773 (or 0x363773) is unknown color: approx Torea Bay. HEX triplet: 36, 37 and 73. RGB value is (54,55,115). Sum of RGB (Red+Green+Blue) = 54+55+115=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #363773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363773 is #C9C88C. Grayscale: #3D3D3D. Windows color (decimal): -13224077 or 7550774. OLE color: 7550774.

HSL color Cylindrical-coordinate representation of color #363773: hue angle of 239.02º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #363773 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5455115-
CMYK0.530.5200.55
HSL239.02º36.09%33.14%-
HSV(B)239.02º53.04%45.1%-
XYZ5.984.7516.82-
YUV61.54158.17122.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=24.11%
G=24.55%
B=51.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54551150.530.5200.55239.0236.0933.14
Hex3637733534037ef2421
Octal666716365640673574441
Binary1101101101111110011110101110100011011111101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363773; }

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

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

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

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

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

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

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

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