#3463a2

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

Shades of Lochmara #3463A2

Tints of Lochmara #3463A2

Color information

#3463A2 (or 0x3463A2) is unknown color: approx Lochmara. HEX triplet: 34, 63 and A2. RGB value is (52,99,162). Sum of RGB (Red+Green+Blue) = 52+99+162=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #3463A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3463A2 is #CB9C5D. Grayscale: #5B5B5B. Windows color (decimal): -13343838 or 10642228. OLE color: 10642228.

HSL color Cylindrical-coordinate representation of color #3463A2: hue angle of 214.36º degrees, saturation: 0.51, 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 #3463A2 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5299162-
CMYK0.680.3900.36
HSL214.36º51.4%41.96%-
HSV(B)214.36º67.9%63.53%-
XYZ12.412.2635.9-
YUV92.13167.4399.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 162 (63.67% from 255) = 51.76%
R=16.61%
G=31.63%
B=51.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52991620.680.3900.36214.3651.441.96
Hex3463A24427024d6332a
Octal64143242104470443266352
Binary1101001100011101000101000100100111010010011010110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3463a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3463a2; }

 p { color: rgb(52,99,162); }

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

<style>
 a { background-color: #3463a2; }

 a { background-color: rgb(52,99,162); }

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

<style>
 span { border-color: #3463a2; }

 span { border-color: rgb(52,99,162); }

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