#364073

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

Shades of Torea Bay #364073

Tints of Torea Bay #364073

Color information

#364073 (or 0x364073) is unknown color: approx Torea Bay. HEX triplet: 36, 40 and 73. RGB value is (54,64,115). Sum of RGB (Red+Green+Blue) = 54+64+115=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #364073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364073 is #C9BF8C. Grayscale: #424242. Windows color (decimal): -13221773 or 7553078. OLE color: 7553078.

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

Color convert

RGB5464115-
CMYK0.530.4400.55
HSL230.16º36.09%33.14%-
HSV(B)230.16º53.04%45.1%-
XYZ6.455.6916.98-
YUV66.82155.19118.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=23.18%
G=27.47%
B=49.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54641150.530.4400.55230.1636.0933.14
Hex364073352C037e62421
Octal6610016365540673464441
Binary11011010000001110011110101101100011011111100110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364073; }

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

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

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

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

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

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

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

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