#364077

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

Shades of Torea Bay #364077

Tints of Torea Bay #364077

Color information

#364077 (or 0x364077) is unknown color: approx Torea Bay. HEX triplet: 36, 40 and 77. RGB value is (54,64,119). Sum of RGB (Red+Green+Blue) = 54+64+119=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #364077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364077 is #C9BF88. Grayscale: #434343. Windows color (decimal): -13221769 or 7815222. OLE color: 7815222.

HSL color Cylindrical-coordinate representation of color #364077: hue angle of 230.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #364077 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5464119-
CMYK0.550.4600.53
HSL230.77º37.57%33.92%-
HSV(B)230.77º54.62%46.67%-
XYZ6.685.7818.22-
YUV67.28157.19118.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=22.78%
G=27.00%
B=50.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54641190.550.4600.53230.7737.5733.92
Hex364077372E035e72622
Octal6610016767560653474642
Binary11011010000001110111110111101110011010111100111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364077; }

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

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

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

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

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

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

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

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