#364075

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

Shades of Torea Bay #364075

Tints of Torea Bay #364075

Color information

#364075 (or 0x364075) is unknown color: approx Torea Bay. HEX triplet: 36, 40 and 75. RGB value is (54,64,117). Sum of RGB (Red+Green+Blue) = 54+64+117=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #364075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364075 is #C9BF8A. Grayscale: #424242. Windows color (decimal): -13221771 or 7684150. OLE color: 7684150.

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

Color convert

RGB5464117-
CMYK0.540.4500.54
HSL230.48º36.84%33.53%-
HSV(B)230.48º53.85%45.88%-
XYZ6.575.7417.59-
YUV67.05156.19118.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=22.98%
G=27.23%
B=49.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54641170.540.4500.54230.4836.8433.53
Hex364075362D036e62522
Octal6610016566550663464542
Binary11011010000001110101110110101101011011011100110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364075; }

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

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

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

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

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

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

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

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