#363B70

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

Shades of Torea Bay #363B70

Tints of Torea Bay #363B70

Color information

#363B70 (or 0x363B70) is unknown color: approx Torea Bay. HEX triplet: 36, 3B and 70. RGB value is (54,59,112). Sum of RGB (Red+Green+Blue) = 54+59+112=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #363B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B70 is #C9C48F. Grayscale: #3F3F3F. Windows color (decimal): -13223056 or 7355190. OLE color: 7355190.

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

Color convert

RGB5459112-
CMYK0.520.4700.56
HSL234.83º34.94%32.55%-
HSV(B)234.83º51.79%43.92%-
XYZ6.015.0815.99-
YUV63.55155.34121.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=24%
G=26.22%
B=49.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54591120.520.4700.56234.8334.9432.55
Hex363B70342F038eb2321
Octal667316064570703534341
Binary1101101110111110000110100101111011100011101011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,112); }

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

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

 a { background-color: rgb(54,59,112); }

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

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

 span { border-color: rgb(54,59,112); }

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