#363E77

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

Shades of Torea Bay #363E77

Tints of Torea Bay #363E77

Color information

#363E77 (or 0x363E77) is unknown color: approx Torea Bay. HEX triplet: 36, 3E and 77. RGB value is (54,62,119). Sum of RGB (Red+Green+Blue) = 54+62+119=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #363E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E77 is #C9C188. Grayscale: #414141. Windows color (decimal): -13222281 or 7814710. OLE color: 7814710.

HSL color Cylindrical-coordinate representation of color #363E77: hue angle of 232.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #363E77 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5462119-
CMYK0.550.4800.53
HSL232.62º37.57%33.92%-
HSV(B)232.62º54.62%46.67%-
XYZ6.575.5618.18-
YUV66.11157.85119.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=22.98%
G=26.38%
B=50.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54621190.550.4800.53232.6237.5733.92
Hex363E773730035e92622
Octal667616767600653514642
Binary1101101111101110111110111110000011010111101001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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