#3B6892

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

Shades of Lochmara #3B6892

Tints of Lochmara #3B6892

Color information

#3B6892 (or 0x3B6892) is unknown color: approx Lochmara. HEX triplet: 3B, 68 and 92. RGB value is (59,104,146). Sum of RGB (Red+Green+Blue) = 59+104+146=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B6892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6892 is #C4976D. Grayscale: #5F5F5F. Windows color (decimal): -12883822 or 9594939. OLE color: 9594939.

HSL color Cylindrical-coordinate representation of color #3B6892: hue angle of 208.97º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B6892 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB59104146-
CMYK0.600.2900.43
HSL208.97º42.44%40.2%-
HSV(B)208.97º59.59%57.25%-
XYZ11.9412.9129.06-
YUV95.33156.59102.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=19.09%
G=33.66%
B=47.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591041460.600.2900.43208.9742.4440.2
Hex3B68923C1D02Bd12a28
Octal7315022274350533215250
Binary11101111010001001001011110011101010101111010001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,104,146); }

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

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

 a { background-color: rgb(59,104,146); }

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

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

 span { border-color: rgb(59,104,146); }

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