#363C70

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

Shades of Torea Bay #363C70

Tints of Torea Bay #363C70

Color information

#363C70 (or 0x363C70) is unknown color: approx Torea Bay. HEX triplet: 36, 3C and 70. RGB value is (54,60,112). Sum of RGB (Red+Green+Blue) = 54+60+112=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #363C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C70 is #C9C38F. Grayscale: #3F3F3F. Windows color (decimal): -13222800 or 7355446. OLE color: 7355446.

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

Color convert

RGB5460112-
CMYK0.520.4600.56
HSL233.79º34.94%32.55%-
HSV(B)233.79º51.79%43.92%-
XYZ6.065.1916.01-
YUV64.13155.01120.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=23.89%
G=26.55%
B=49.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54601120.520.4600.56233.7934.9432.55
Hex363C70342E038ea2321
Octal667416064560703524341
Binary1101101111001110000110100101110011100011101010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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