#3F415D

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

Shades of Bay Of Many #3F415D

Tints of Bay Of Many #3F415D

Color information

#3F415D (or 0x3F415D) is unknown color: approx Bay Of Many. HEX triplet: 3F, 41 and 5D. RGB value is (63,65,93). Sum of RGB (Red+Green+Blue) = 63+65+93=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F415D is #C0BEA2. Grayscale: #434343. Windows color (decimal): -12631715 or 6111551. OLE color: 6111551.

HSL color Cylindrical-coordinate representation of color #3F415D: hue angle of 236º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F415D is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB636593-
CMYK0.320.3000.64
HSL236º19.23%30.59%-
HSV(B)236º32.26%36.47%-
XYZ5.925.6311.13-
YUV67.59142.34124.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=28.51%
G=29.41%
B=42.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6365930.320.3000.6423619.2330.59
Hex3F415D201E040ec131f
Octal77101135403601003542337
Binary111111100000110111011000001111001000000111011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F415D; }

 p { color: rgb(63,65,93); }

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

<style>
 a { background-color: #3F415D; }

 a { background-color: rgb(63,65,93); }

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

<style>
 span { border-color: #3F415D; }

 span { border-color: rgb(63,65,93); }

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