#3F6E9B

Color #3F6E9B Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3F6E9B

Tints of Lochmara #3F6E9B

Color information

#3F6E9B (or 0x3F6E9B) is unknown color: approx Lochmara. HEX triplet: 3F, 6E and 9B. RGB value is (63,110,155). Sum of RGB (Red+Green+Blue) = 63+110+155=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F6E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6E9B is #C09164. Grayscale: #646464. Windows color (decimal): -12620133 or 10186303. OLE color: 10186303.

HSL color Cylindrical-coordinate representation of color #3F6E9B: hue angle of 209.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F6E9B is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB63110155-
CMYK0.590.2900.39
HSL209.35º42.2%42.75%-
HSV(B)209.35º59.35%60.78%-
XYZ13.5414.5833.11-
YUV101.08158.43100.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.21%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=19.21%
G=33.54%
B=47.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631101550.590.2900.39209.3542.242.75
Hex3F6E9B3B1D027d12a2b
Octal7715623373350473215253
Binary11111111011101001101111101111101010011111010001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,110,155); }

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

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

 a { background-color: rgb(63,110,155); }

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

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

 span { border-color: rgb(63,110,155); }

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