#363B6E

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

Shades of Torea Bay #363B6E

Tints of Torea Bay #363B6E

Color information

#363B6E (or 0x363B6E) is unknown color: approx Torea Bay. HEX triplet: 36, 3B and 6E. RGB value is (54,59,110). Sum of RGB (Red+Green+Blue) = 54+59+110=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #363B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B6E is #C9C491. Grayscale: #3F3F3F. Windows color (decimal): -13223058 or 7224118. OLE color: 7224118.

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

Color convert

RGB5459110-
CMYK0.510.4600.57
HSL234.64º34.15%32.16%-
HSV(B)234.64º50.91%43.14%-
XYZ5.95.0415.41-
YUV63.32154.34121.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 59 (23.44% from 255) = 26.46%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=24.22%
G=26.46%
B=49.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54591100.510.4600.57234.6434.1532.16
Hex363B6E332E039eb2220
Octal667315663560713534240
Binary1101101110111101110110011101110011100111101011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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