#363B61

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

Shades of Bay Of Many #363B61

Tints of Bay Of Many #363B61

Color information

#363B61 (or 0x363B61) is unknown color: approx Bay Of Many. HEX triplet: 36, 3B and 61. RGB value is (54,59,97). Sum of RGB (Red+Green+Blue) = 54+59+97=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #363B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B61 is #C9C49E. Grayscale: #3D3D3D. Windows color (decimal): -13223071 or 6372150. OLE color: 6372150.

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

Color convert

RGB545997-
CMYK0.440.3900.62
HSL233.02º28.48%29.61%-
HSV(B)233.02º44.33%38.04%-
XYZ5.244.7811.95-
YUV61.84147.84122.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=25.71%
G=28.10%
B=46.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5459970.440.3900.62233.0228.4829.61
Hex363B612C2703Ee91c1e
Octal667314154470763513436
Binary11011011101111000011011001001110111110111010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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