#3B76A0

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

Shades of Lochmara #3B76A0

Tints of Lochmara #3B76A0

Color information

#3B76A0 (or 0x3B76A0) is unknown color: approx Lochmara. HEX triplet: 3B, 76 and A0. RGB value is (59,118,160). Sum of RGB (Red+Green+Blue) = 59+118+160=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #3B76A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B76A0 is #C4895F. Grayscale: #686868. Windows color (decimal): -12880224 or 10516027. OLE color: 10516027.

HSL color Cylindrical-coordinate representation of color #3B76A0: hue angle of 204.95º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B76A0 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB59118160-
CMYK0.630.2600.37
HSL204.95º46.12%42.94%-
HSV(B)204.95º63.13%62.75%-
XYZ14.6316.4235.66-
YUV105.15158.9595.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.51%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 160 (62.89% from 255) = 47.48%
R=17.51%
G=35.01%
B=47.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal591181600.630.2600.37204.9546.1242.94
Hex3B76A03F1A025cd2e2b
Octal7316624077320453155653
Binary11101111101101010000011111111010010010111001101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B76A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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