#363970

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

Shades of Torea Bay #363970

Tints of Torea Bay #363970

Color information

#363970 (or 0x363970) is unknown color: approx Torea Bay. HEX triplet: 36, 39 and 70. RGB value is (54,57,112). Sum of RGB (Red+Green+Blue) = 54+57+112=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #363970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363970 is #C9C68F. Grayscale: #3E3E3E. Windows color (decimal): -13223568 or 7354678. OLE color: 7354678.

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

Color convert

RGB5457112-
CMYK0.520.4900.56
HSL236.9º34.94%32.55%-
HSV(B)236.9º51.79%43.92%-
XYZ5.914.8815.96-
YUV62.37156.01122.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=24.22%
G=25.56%
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
Decimal54571120.520.4900.56236.934.9432.55
Hex3639703431038ed2321
Octal667116064610703554341
Binary1101101110011110000110100110001011100011101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363970; }

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

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

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

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

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

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

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

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