#363F68

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

Shades of Bay Of Many #363F68

Tints of Bay Of Many #363F68

Color information

#363F68 (or 0x363F68) is unknown color: approx Bay Of Many. HEX triplet: 36, 3F and 68. RGB value is (54,63,104). Sum of RGB (Red+Green+Blue) = 54+63+104=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #363F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F68 is #C9C097. Grayscale: #404040. Windows color (decimal): -13222040 or 6831926. OLE color: 6831926.

HSL color Cylindrical-coordinate representation of color #363F68: hue angle of 229.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #363F68 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5463104-
CMYK0.480.3900.59
HSL229.2º31.65%30.98%-
HSV(B)229.2º48.08%40.78%-
XYZ5.85.3413.82-
YUV64.98150.02120.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=24.43%
G=28.51%
B=47.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54631040.480.3900.59229.231.6530.98
Hex363F68302703Be5201f
Octal667715060470733454037
Binary110110111111110100011000010011101110111110010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,63,104); }

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

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

 a { background-color: rgb(54,63,104); }

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

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

 span { border-color: rgb(54,63,104); }

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