#363D63

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

Shades of Bay Of Many #363D63

Tints of Bay Of Many #363D63

Color information

#363D63 (or 0x363D63) is unknown color: approx Bay Of Many. HEX triplet: 36, 3D and 63. RGB value is (54,61,99). Sum of RGB (Red+Green+Blue) = 54+61+99=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #363D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D63 is #C9C29C. Grayscale: #3F3F3F. Windows color (decimal): -13222557 or 6503734. OLE color: 6503734.

HSL color Cylindrical-coordinate representation of color #363D63: hue angle of 230.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #363D63 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB546199-
CMYK0.450.3800.61
HSL230.67º29.41%30%-
HSV(B)230.67º45.45%38.82%-
XYZ5.445.0212.49-
YUV63.24148.18121.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 61 (24.22% from 255) = 28.50%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=25.23%
G=28.50%
B=46.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5461990.450.3800.61230.6729.4130
Hex363D632D2603De71d1e
Octal667514355460753473536
Binary11011011110111000111011011001100111101111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,61,99); }

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

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

 a { background-color: rgb(54,61,99); }

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

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

 span { border-color: rgb(54,61,99); }

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