#3B6FA2

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

Shades of Lochmara #3B6FA2

Tints of Lochmara #3B6FA2

Color information

#3B6FA2 (or 0x3B6FA2) is unknown color: approx Lochmara. HEX triplet: 3B, 6F and A2. RGB value is (59,111,162). Sum of RGB (Red+Green+Blue) = 59+111+162=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #3B6FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6FA2 is #C4905D. Grayscale: #656565. Windows color (decimal): -12882014 or 10645307. OLE color: 10645307.

HSL color Cylindrical-coordinate representation of color #3B6FA2: hue angle of 209.71º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B6FA2 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB59111162-
CMYK0.640.3100.36
HSL209.71º46.61%43.33%-
HSV(B)209.71º63.58%63.53%-
XYZ14.0114.9136.32-
YUV101.27162.2797.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 162 (63.67% from 255) = 48.80%
R=17.77%
G=33.43%
B=48.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591111620.640.3100.36209.7146.6143.33
Hex3B6FA2401F024d22f2b
Octal73157242100370443225753
Binary111011110111110100010100000011111010010011010010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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