#363E6E

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

Shades of Torea Bay #363E6E

Tints of Torea Bay #363E6E

Color information

#363E6E (or 0x363E6E) is unknown color: approx Torea Bay. HEX triplet: 36, 3E and 6E. RGB value is (54,62,110). Sum of RGB (Red+Green+Blue) = 54+62+110=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #363E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E6E is #C9C191. Grayscale: #404040. Windows color (decimal): -13222290 or 7224886. OLE color: 7224886.

HSL color Cylindrical-coordinate representation of color #363E6E: hue angle of 231.43º 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 #363E6E is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5462110-
CMYK0.510.4400.57
HSL231.43º34.15%32.16%-
HSV(B)231.43º50.91%43.14%-
XYZ6.065.3615.47-
YUV65.08153.35120.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=23.89%
G=27.43%
B=48.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54621100.510.4400.57231.4334.1532.16
Hex363E6E332C039e72220
Octal667615663540713474240
Binary1101101111101101110110011101100011100111100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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