#364076

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

Shades of Torea Bay #364076

Tints of Torea Bay #364076

Color information

#364076 (or 0x364076) is unknown color: approx Torea Bay. HEX triplet: 36, 40 and 76. RGB value is (54,64,118). Sum of RGB (Red+Green+Blue) = 54+64+118=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #364076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364076 is #C9BF89. Grayscale: #424242. Windows color (decimal): -13221770 or 7749686. OLE color: 7749686.

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

Color convert

RGB5464118-
CMYK0.540.4600.54
HSL230.62º37.21%33.73%-
HSV(B)230.62º54.24%46.27%-
XYZ6.625.7617.9-
YUV67.17156.69118.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 118 (46.48% from 255) = 50%
R=22.88%
G=27.12%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54641180.540.4600.54230.6237.2133.73
Hex364076362E036e72522
Octal6610016666560663474542
Binary11011010000001110110110110101110011011011100111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364076; }

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

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

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

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

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

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

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

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