#363C73

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

Shades of Torea Bay #363C73

Tints of Torea Bay #363C73

Color information

#363C73 (or 0x363C73) is unknown color: approx Torea Bay. HEX triplet: 36, 3C and 73. RGB value is (54,60,115). Sum of RGB (Red+Green+Blue) = 54+60+115=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #363C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C73 is #C9C38C. Grayscale: #404040. Windows color (decimal): -13222797 or 7552054. OLE color: 7552054.

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

Color convert

RGB5460115-
CMYK0.530.4800.55
HSL234.1º36.09%33.14%-
HSV(B)234.1º53.04%45.1%-
XYZ6.235.2516.91-
YUV64.48156.51120.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=23.58%
G=26.20%
B=50.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54601150.530.4800.55234.136.0933.14
Hex363C733530037ea2421
Octal667416365600673524441
Binary1101101111001110011110101110000011011111101010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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