#363971

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

Shades of Torea Bay #363971

Tints of Torea Bay #363971

Color information

#363971 (or 0x363971) is unknown color: approx Torea Bay. HEX triplet: 36, 39 and 71. RGB value is (54,57,113). Sum of RGB (Red+Green+Blue) = 54+57+113=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #363971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363971 is #C9C68E. Grayscale: #3E3E3E. Windows color (decimal): -13223567 or 7420214. OLE color: 7420214.

HSL color Cylindrical-coordinate representation of color #363971: hue angle of 236.95º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363971 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5457113-
CMYK0.520.5000.56
HSL236.95º35.33%32.75%-
HSV(B)236.95º52.21%44.31%-
XYZ5.974.916.25-
YUV62.49156.51121.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=24.11%
G=25.45%
B=50.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54571130.520.5000.56236.9535.3332.75
Hex3639713432038ed2321
Octal667116164620703554341
Binary1101101110011110001110100110010011100011101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363971; }

 p { color: rgb(54,57,113); }

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

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

 a { background-color: rgb(54,57,113); }

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

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

 span { border-color: rgb(54,57,113); }

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