#363F66

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

Shades of Bay Of Many #363F66

Tints of Bay Of Many #363F66

Color information

#363F66 (or 0x363F66) is unknown color: approx Bay Of Many. HEX triplet: 36, 3F and 66. RGB value is (54,63,102). Sum of RGB (Red+Green+Blue) = 54+63+102=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #363F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F66 is #C9C099. Grayscale: #404040. Windows color (decimal): -13222042 or 6700854. OLE color: 6700854.

HSL color Cylindrical-coordinate representation of color #363F66: hue angle of 228.75º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363F66 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5463102-
CMYK0.470.3800.6
HSL228.75º30.77%30.59%-
HSV(B)228.75º47.06%40%-
XYZ5.75.313.29-
YUV64.76149.02120.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=24.66%
G=28.77%
B=46.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54631020.470.3800.6228.7530.7730.59
Hex363F662F2603Ce51f1f
Octal667714657460743453737
Binary11011011111111001101011111001100111100111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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