#346398

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

Shades of Lochmara #346398

Tints of Lochmara #346398

Color information

#346398 (or 0x346398) is unknown color: approx Lochmara. HEX triplet: 34, 63 and 98. RGB value is (52,99,152). Sum of RGB (Red+Green+Blue) = 52+99+152=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #346398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346398 is #CB9C67. Grayscale: #5A5A5A. Windows color (decimal): -13343848 or 9986868. OLE color: 9986868.

HSL color Cylindrical-coordinate representation of color #346398: hue angle of 211.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346398 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5299152-
CMYK0.660.3500.40
HSL211.8º49.02%40%-
HSV(B)211.8º65.79%59.61%-
XYZ11.5511.9231.4-
YUV90.99162.43100.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=17.16%
G=32.67%
B=50.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52991520.660.3500.40211.849.0240
Hex3463984223028d43128
Octal64143230102430503246150
Binary1101001100011100110001000010100011010100011010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346398; }

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

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

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

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

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

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

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

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