#3B7BA0

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

Shades of Lochmara #3B7BA0

Tints of Lochmara #3B7BA0

Color information

#3B7BA0 (or 0x3B7BA0) is unknown color: approx Lochmara. HEX triplet: 3B, 7B and A0. RGB value is (59,123,160). Sum of RGB (Red+Green+Blue) = 59+123+160=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 160 - color contains mainly: blue. Hex color #3B7BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7BA0 is #C4845F. Grayscale: #6B6B6B. Windows color (decimal): -12878944 or 10517307. OLE color: 10517307.

HSL color Cylindrical-coordinate representation of color #3B7BA0: hue angle of 201.98º 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 #3B7BA0 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB59123160-
CMYK0.630.2300.37
HSL201.98º46.12%42.94%-
HSV(B)201.98º63.13%62.75%-
XYZ15.2317.6335.86-
YUV108.08157.392.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.25%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 160 (62.89% from 255) = 46.78%
R=17.25%
G=35.96%
B=46.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal591231600.630.2300.37201.9846.1242.94
Hex3B7BA03F17025ca2e2b
Octal7317324077270453125653
Binary11101111110111010000011111110111010010111001010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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