#3b6a9c

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

Shades of Lochmara #3B6A9C

Tints of Lochmara #3B6A9C

Color information

#3B6A9C (or 0x3B6A9C) is unknown color: approx Lochmara. HEX triplet: 3B, 6A and 9C. RGB value is (59,106,156). Sum of RGB (Red+Green+Blue) = 59+106+156=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B6A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6A9C is #C49563. Grayscale: #616161. Windows color (decimal): -12883300 or 10250811. OLE color: 10250811.

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

Color convert

RGB59106156-
CMYK0.620.3200.39
HSL210.93º45.12%42.16%-
HSV(B)210.93º62.18%61.18%-
XYZ12.9613.6433.4-
YUV97.65160.93100.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=18.38%
G=33.02%
B=48.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591061560.620.3200.39210.9345.1242.16
Hex3B6A9C3E20027d32d2a
Octal7315223476400473235552
Binary111011110101010011100111110100000010011111010011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b6a9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,106,156); }

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

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

 a { background-color: rgb(59,106,156); }

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

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

 span { border-color: rgb(59,106,156); }

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