#363F71

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

Shades of Torea Bay #363F71

Tints of Torea Bay #363F71

Color information

#363F71 (or 0x363F71) is unknown color: approx Torea Bay. HEX triplet: 36, 3F and 71. RGB value is (54,63,113). Sum of RGB (Red+Green+Blue) = 54+63+113=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #363F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F71 is #C9C08E. Grayscale: #414141. Windows color (decimal): -13222031 or 7421750. OLE color: 7421750.

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

Color convert

RGB5463113-
CMYK0.520.4400.56
HSL230.85º35.33%32.75%-
HSV(B)230.85º52.21%44.31%-
XYZ6.285.5316.36-
YUV66.01154.52119.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=23.48%
G=27.39%
B=49.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54631130.520.4400.56230.8535.3332.75
Hex363F71342C038e72321
Octal667716164540703474341
Binary1101101111111110001110100101100011100011100111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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