#3B769B

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

Shades of Lochmara #3B769B

Tints of Lochmara #3B769B

Color information

#3B769B (or 0x3B769B) is unknown color: approx Lochmara. HEX triplet: 3B, 76 and 9B. RGB value is (59,118,155). Sum of RGB (Red+Green+Blue) = 59+118+155=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B769B is #C48964. Grayscale: #686868. Windows color (decimal): -12880229 or 10188347. OLE color: 10188347.

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

Color convert

RGB59118155-
CMYK0.620.2400.39
HSL203.12º44.86%41.96%-
HSV(B)203.12º61.94%60.78%-
XYZ14.216.2533.4-
YUV104.58156.4595.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=17.77%
G=35.54%
B=46.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591181550.620.2400.39203.1244.8641.96
Hex3B769B3E18027cb2d2a
Octal7316623376300473135552
Binary11101111101101001101111111011000010011111001011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,155); }

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

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

 a { background-color: rgb(59,118,155); }

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

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

 span { border-color: rgb(59,118,155); }

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