#3467a3

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

Shades of Lochmara #3467A3

Tints of Lochmara #3467A3

Color information

#3467A3 (or 0x3467A3) is unknown color: approx Lochmara. HEX triplet: 34, 67 and A3. RGB value is (52,103,163). Sum of RGB (Red+Green+Blue) = 52+103+163=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 163 (64.06% from 255 or 51.26% from 318); Max value from RGB is 163 - color contains mainly: blue. Hex color #3467A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3467A3 is #CB985C. Grayscale: #5E5E5E. Windows color (decimal): -13342813 or 10708788. OLE color: 10708788.

HSL color Cylindrical-coordinate representation of color #3467A3: hue angle of 212.43º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3467A3 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52103163-
CMYK0.680.3700.36
HSL212.43º51.63%42.16%-
HSV(B)212.43º68.1%63.92%-
XYZ12.8813.0736.5-
YUV94.59166.697.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 163 (64.06% from 255) = 51.26%
R=16.35%
G=32.39%
B=51.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521031630.680.3700.36212.4351.6342.16
Hex3467A34425024d4342a
Octal64147243104450443246452
Binary1101001100111101000111000100100101010010011010100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3467a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3467a3; }

 p { color: rgb(52,103,163); }

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

<style>
 a { background-color: #3467a3; }

 a { background-color: rgb(52,103,163); }

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

<style>
 span { border-color: #3467a3; }

 span { border-color: rgb(52,103,163); }

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