#346892

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

Shades of Lochmara #346892

Tints of Lochmara #346892

Color information

#346892 (or 0x346892) is unknown color: approx Lochmara. HEX triplet: 34, 68 and 92. RGB value is (52,104,146). Sum of RGB (Red+Green+Blue) = 52+104+146=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #346892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346892 is #CB976D. Grayscale: #5D5D5D. Windows color (decimal): -13342574 or 9594932. OLE color: 9594932.

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

Color convert

RGB52104146-
CMYK0.640.2900.43
HSL206.81º47.47%38.82%-
HSV(B)206.81º64.38%57.25%-
XYZ11.5512.7129.04-
YUV93.24157.7798.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=17.22%
G=34.44%
B=48.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521041460.640.2900.43206.8147.4738.82
Hex346892401D02Bcf2f27
Octal64150222100350533175747
Binary110100110100010010010100000011101010101111001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346892; }

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

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

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

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

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

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

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

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