#363B62

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

Shades of Bay Of Many #363B62

Tints of Bay Of Many #363B62

Color information

#363B62 (or 0x363B62) is unknown color: approx Bay Of Many. HEX triplet: 36, 3B and 62. RGB value is (54,59,98). Sum of RGB (Red+Green+Blue) = 54+59+98=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #363B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B62 is #C9C49D. Grayscale: #3D3D3D. Windows color (decimal): -13223070 or 6437686. OLE color: 6437686.

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

Color convert

RGB545998-
CMYK0.450.4000.62
HSL233.18º28.95%29.8%-
HSV(B)233.18º44.9%38.43%-
XYZ5.294.7912.2-
YUV61.95148.34122.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=25.59%
G=27.96%
B=46.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5459980.450.4000.62233.1828.9529.8
Hex363B622D2803Ee91d1e
Octal667314255500763513536
Binary11011011101111000101011011010000111110111010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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