#363D6F

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

Shades of Torea Bay #363D6F

Tints of Torea Bay #363D6F

Color information

#363D6F (or 0x363D6F) is unknown color: approx Torea Bay. HEX triplet: 36, 3D and 6F. RGB value is (54,61,111). Sum of RGB (Red+Green+Blue) = 54+61+111=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #363D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D6F is #C9C290. Grayscale: #404040. Windows color (decimal): -13222545 or 7290166. OLE color: 7290166.

HSL color Cylindrical-coordinate representation of color #363D6F: hue angle of 232.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363D6F is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5461111-
CMYK0.510.4500.56
HSL232.63º34.55%32.35%-
HSV(B)232.63º51.35%43.53%-
XYZ6.065.2715.74-
YUV64.61154.18120.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 111 (43.75% from 255) = 49.12%
R=23.89%
G=26.99%
B=49.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54611110.510.4500.56232.6334.5532.35
Hex363D6F332D038e92320
Octal667515763550703514340
Binary1101101111011101111110011101101011100011101001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,61,111); }

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

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

 a { background-color: rgb(54,61,111); }

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

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

 span { border-color: rgb(54,61,111); }

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