#364080

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

Shades of Torea Bay #364080

Tints of Torea Bay #364080

Color information

#364080 (or 0x364080) is unknown color: approx Torea Bay. HEX triplet: 36, 40 and 80. RGB value is (54,64,128). Sum of RGB (Red+Green+Blue) = 54+64+128=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #364080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364080 is #C9BF7F. Grayscale: #444444. Windows color (decimal): -13221760 or 8405046. OLE color: 8405046.

HSL color Cylindrical-coordinate representation of color #364080: hue angle of 231.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364080 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5464128-
CMYK0.580.500.50
HSL231.89º40.66%35.69%-
HSV(B)231.89º57.81%50.2%-
XYZ7.256.0121.2-
YUV68.31161.69117.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=21.95%
G=26.02%
B=52.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54641280.580.500.50231.8940.6635.69
Hex3640803A32032e82924
Octal6610020072620623505144
Binary110110100000010000000111010110010011001011101000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364080; }

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

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

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

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

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

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

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

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