#3B6FAE

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

Shades of Lochmara #3B6FAE

Tints of Lochmara #3B6FAE

Color information

#3B6FAE (or 0x3B6FAE) is unknown color: approx Lochmara. HEX triplet: 3B, 6F and AE. RGB value is (59,111,174). Sum of RGB (Red+Green+Blue) = 59+111+174=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B6FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6FAE is #C49051. Grayscale: #666666. Windows color (decimal): -12882002 or 11431739. OLE color: 11431739.

HSL color Cylindrical-coordinate representation of color #3B6FAE: hue angle of 212.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B6FAE is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB59111174-
CMYK0.660.3600.32
HSL212.87º49.36%45.69%-
HSV(B)212.87º66.09%68.24%-
XYZ15.1315.3542.21-
YUV102.63168.2796.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.15%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 174 (68.36% from 255) = 50.58%
R=17.15%
G=32.27%
B=50.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591111740.660.3600.32212.8749.3645.69
Hex3B6FAE4224020d5312e
Octal73157256102440403256156
Binary1110111101111101011101000010100100010000011010101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,111,174); }

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

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

 a { background-color: rgb(59,111,174); }

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

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

 span { border-color: rgb(59,111,174); }

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