#363C6D

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

Shades of Torea Bay #363C6D

Tints of Torea Bay #363C6D

Color information

#363C6D (or 0x363C6D) is unknown color: approx Torea Bay. HEX triplet: 36, 3C and 6D. RGB value is (54,60,109). Sum of RGB (Red+Green+Blue) = 54+60+109=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #363C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C6D is #C9C392. Grayscale: #3F3F3F. Windows color (decimal): -13222803 or 7158838. OLE color: 7158838.

HSL color Cylindrical-coordinate representation of color #363C6D: hue angle of 233.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363C6D is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5460109-
CMYK0.500.4500.57
HSL233.45º33.74%31.96%-
HSV(B)233.45º50.46%42.75%-
XYZ5.95.1215.15-
YUV63.79153.51121.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=24.22%
G=26.91%
B=48.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54601090.500.4500.57233.4533.7431.96
Hex363C6D322D039e92220
Octal667415562550713514240
Binary1101101111001101101110010101101011100111101001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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