#3B6792

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

Shades of Lochmara #3B6792

Tints of Lochmara #3B6792

Color information

#3B6792 (or 0x3B6792) is unknown color: approx Lochmara. HEX triplet: 3B, 67 and 92. RGB value is (59,103,146). Sum of RGB (Red+Green+Blue) = 59+103+146=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B6792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6792 is #C4986D. Grayscale: #5E5E5E. Windows color (decimal): -12884078 or 9594683. OLE color: 9594683.

HSL color Cylindrical-coordinate representation of color #3B6792: hue angle of 209.66º 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 #3B6792 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB59103146-
CMYK0.600.2900.43
HSL209.66º42.44%40.2%-
HSV(B)209.66º59.59%57.25%-
XYZ11.8412.7129.02-
YUV94.75156.92102.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=19.16%
G=33.44%
B=47.40%

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
Decimal591031460.600.2900.43209.6642.4440.2
Hex3B67923C1D02Bd22a28
Octal7314722274350533225250
Binary11101111001111001001011110011101010101111010010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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