#363E75

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

Shades of Torea Bay #363E75

Tints of Torea Bay #363E75

Color information

#363E75 (or 0x363E75) is unknown color: approx Torea Bay. HEX triplet: 36, 3E and 75. RGB value is (54,62,117). Sum of RGB (Red+Green+Blue) = 54+62+117=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #363E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E75 is #C9C18A. Grayscale: #414141. Windows color (decimal): -13222283 or 7683638. OLE color: 7683638.

HSL color Cylindrical-coordinate representation of color #363E75: hue angle of 232.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363E75 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5462117-
CMYK0.540.4700.54
HSL232.38º36.84%33.53%-
HSV(B)232.38º53.85%45.88%-
XYZ6.455.5117.55-
YUV65.88156.85119.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=23.18%
G=26.61%
B=50.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54621170.540.4700.54232.3836.8433.53
Hex363E75362F036e82522
Octal667616566570663504542
Binary1101101111101110101110110101111011011011101000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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