#3468B6

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

Shades of Lochmara #3468B6

Tints of Lochmara #3468B6

Color information

#3468B6 (or 0x3468B6) is unknown color: approx Lochmara. HEX triplet: 34, 68 and B6. RGB value is (52,104,182). Sum of RGB (Red+Green+Blue) = 52+104+182=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #3468B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468B6 is #CB9749. Grayscale: #606060. Windows color (decimal): -13342538 or 11954228. OLE color: 11954228.

HSL color Cylindrical-coordinate representation of color #3468B6: hue angle of 216º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3468B6 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB52104182-
CMYK0.710.4300.29
HSL216º55.56%45.88%-
HSV(B)216º71.43%71.37%-
XYZ14.8114.0146.18-
YUV97.34175.7795.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 182 (71.48% from 255) = 53.85%
R=15.38%
G=30.77%
B=53.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521041820.710.4300.2921655.5645.88
Hex3468B6472B01Dd8382e
Octal64150266107530353307056
Binary110100110100010110110100011110101101110111011000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3468B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3468B6; }

 p { color: rgb(52,104,182); }

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

<style>
 a { background-color: #3468B6; }

 a { background-color: rgb(52,104,182); }

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

<style>
 span { border-color: #3468B6; }

 span { border-color: rgb(52,104,182); }

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