#3B6FB3

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

Shades of Lochmara #3B6FB3

Tints of Lochmara #3B6FB3

Color information

#3B6FB3 (or 0x3B6FB3) is unknown color: approx Lochmara. HEX triplet: 3B, 6F and B3. RGB value is (59,111,179). Sum of RGB (Red+Green+Blue) = 59+111+179=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #3B6FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6FB3 is #C4904C. Grayscale: #666666. Windows color (decimal): -12881997 or 11759419. OLE color: 11759419.

HSL color Cylindrical-coordinate representation of color #3B6FB3: hue angle of 214º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6FB3 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB59111179-
CMYK0.670.3800.30
HSL214º50.42%46.67%-
HSV(B)214º67.04%70.2%-
XYZ15.6215.5544.83-
YUV103.2170.7796.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.91%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 179 (70.31% from 255) = 51.29%
R=16.91%
G=31.81%
B=51.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal591111790.670.3800.3021450.4246.67
Hex3B6FB3432601Ed6322f
Octal73157263103460363266257
Binary111011110111110110011100001110011001111011010110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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