#363A61

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

Shades of Bay Of Many #363A61

Tints of Bay Of Many #363A61

Color information

#363A61 (or 0x363A61) is unknown color: approx Bay Of Many. HEX triplet: 36, 3A and 61. RGB value is (54,58,97). Sum of RGB (Red+Green+Blue) = 54+58+97=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #363A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A61 is #C9C59E. Grayscale: #3D3D3D. Windows color (decimal): -13223327 or 6371894. OLE color: 6371894.

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

Color convert

RGB545897-
CMYK0.440.4000.62
HSL234.42º28.48%29.61%-
HSV(B)234.42º44.33%38.04%-
XYZ5.194.6711.94-
YUV61.25148.17122.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=25.84%
G=27.75%
B=46.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5458970.440.4000.62234.4228.4829.61
Hex363A612C2803Eea1c1e
Octal667214154500763523436
Binary11011011101011000011011001010000111110111010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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