#363C61

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

Shades of Bay Of Many #363C61

Tints of Bay Of Many #363C61

Color information

#363C61 (or 0x363C61) is unknown color: approx Bay Of Many. HEX triplet: 36, 3C and 61. RGB value is (54,60,97). Sum of RGB (Red+Green+Blue) = 54+60+97=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #363C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C61 is #C9C39E. Grayscale: #3E3E3E. Windows color (decimal): -13222815 or 6372406. OLE color: 6372406.

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

Color convert

RGB546097-
CMYK0.440.3800.62
HSL231.63º28.48%29.61%-
HSV(B)231.63º44.33%38.04%-
XYZ5.294.8811.97-
YUV62.42147.51121.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=25.59%
G=28.44%
B=45.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5460970.440.3800.62231.6328.4829.61
Hex363C612C2603Ee81c1e
Octal667414154460763503436
Binary11011011110011000011011001001100111110111010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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