#364078

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

Shades of Torea Bay #364078

Tints of Torea Bay #364078

Color information

#364078 (or 0x364078) is unknown color: approx Torea Bay. HEX triplet: 36, 40 and 78. RGB value is (54,64,120). Sum of RGB (Red+Green+Blue) = 54+64+120=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #364078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364078 is #C9BF87. Grayscale: #434343. Windows color (decimal): -13221768 or 7880758. OLE color: 7880758.

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

Color convert

RGB5464120-
CMYK0.550.4700.53
HSL230.91º37.93%34.12%-
HSV(B)230.91º55%47.06%-
XYZ6.745.8118.53-
YUV67.39157.69118.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=22.69%
G=26.89%
B=50.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54641200.550.4700.53230.9137.9334.12
Hex364078372F035e72622
Octal6610017067570653474642
Binary11011010000001111000110111101111011010111100111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364078; }

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

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

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

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

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

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

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

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