#363E61

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

Shades of Bay Of Many #363E61

Tints of Bay Of Many #363E61

Color information

#363E61 (or 0x363E61) is unknown color: approx Bay Of Many. HEX triplet: 36, 3E and 61. RGB value is (54,62,97). Sum of RGB (Red+Green+Blue) = 54+62+97=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #363E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E61 is #C9C19E. Grayscale: #3F3F3F. Windows color (decimal): -13222303 or 6372918. OLE color: 6372918.

HSL color Cylindrical-coordinate representation of color #363E61: hue angle of 228.84º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363E61 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB546297-
CMYK0.440.3600.62
HSL228.84º28.48%29.61%-
HSV(B)228.84º44.33%38.04%-
XYZ5.45.0912.01-
YUV63.6146.85121.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=25.35%
G=29.11%
B=45.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5462970.440.3600.62228.8428.4829.61
Hex363E612C2403Ee51c1e
Octal667614154440763453436
Binary11011011111011000011011001001000111110111001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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