#363C5F

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

Shades of Bay Of Many #363C5F

Tints of Bay Of Many #363C5F

Color information

#363C5F (or 0x363C5F) is unknown color: approx Bay Of Many. HEX triplet: 36, 3C and 5F. RGB value is (54,60,95). Sum of RGB (Red+Green+Blue) = 54+60+95=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #363C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C5F is #C9C3A0. Grayscale: #3E3E3E. Windows color (decimal): -13222817 or 6241334. OLE color: 6241334.

HSL color Cylindrical-coordinate representation of color #363C5F: hue angle of 231.22º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #363C5F is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB546095-
CMYK0.430.3700.63
HSL231.22º27.52%29.22%-
HSV(B)231.22º43.16%37.25%-
XYZ5.24.8411.49-
YUV62.2146.51122.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=25.84%
G=28.71%
B=45.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5460950.430.3700.63231.2227.5229.22
Hex363C5F2B2503Fe71c1d
Octal667413753450773473435
Binary11011011110010111111010111001010111111111001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,60,95); }

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

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

 a { background-color: rgb(54,60,95); }

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

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

 span { border-color: rgb(54,60,95); }

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