#3F6F9B

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

Shades of Lochmara #3F6F9B

Tints of Lochmara #3F6F9B

Color information

#3F6F9B (or 0x3F6F9B) is unknown color: approx Lochmara. HEX triplet: 3F, 6F and 9B. RGB value is (63,111,155). Sum of RGB (Red+Green+Blue) = 63+111+155=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F6F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6F9B is #C09064. Grayscale: #656565. Windows color (decimal): -12619877 or 10186559. OLE color: 10186559.

HSL color Cylindrical-coordinate representation of color #3F6F9B: hue angle of 208.7º 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 #3F6F9B is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB63111155-
CMYK0.590.2800.39
HSL208.7º42.2%42.75%-
HSV(B)208.7º59.35%60.78%-
XYZ13.6514.7933.15-
YUV101.66158.1100.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=19.15%
G=33.74%
B=47.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631111550.590.2800.39208.742.242.75
Hex3F6F9B3B1C027d12a2b
Octal7715723373340473215253
Binary11111111011111001101111101111100010011111010001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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