#363A71

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

Shades of Torea Bay #363A71

Tints of Torea Bay #363A71

Color information

#363A71 (or 0x363A71) is unknown color: approx Torea Bay. HEX triplet: 36, 3A and 71. RGB value is (54,58,113). Sum of RGB (Red+Green+Blue) = 54+58+113=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #363A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A71 is #C9C58E. Grayscale: #3E3E3E. Windows color (decimal): -13223311 or 7420470. OLE color: 7420470.

HSL color Cylindrical-coordinate representation of color #363A71: hue angle of 235.93º 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 #363A71 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5458113-
CMYK0.520.4900.56
HSL235.93º35.33%32.75%-
HSV(B)235.93º52.21%44.31%-
XYZ6.02516.27-
YUV63.07156.17121.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=24%
G=25.78%
B=50.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54581130.520.4900.56235.9335.3332.75
Hex363A713431038ec2321
Octal667216164610703544341
Binary1101101110101110001110100110001011100011101100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363A71; }

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

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

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

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

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

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

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

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