#347598

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

Shades of Lochmara #347598

Tints of Lochmara #347598

Color information

#347598 (or 0x347598) is unknown color: approx Lochmara. HEX triplet: 34, 75 and 98. RGB value is (52,117,152). Sum of RGB (Red+Green+Blue) = 52+117+152=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #347598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347598 is #CB8A67. Grayscale: #656565. Windows color (decimal): -13339240 or 9991476. OLE color: 9991476.

HSL color Cylindrical-coordinate representation of color #347598: hue angle of 201º 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 #347598 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB52117152-
CMYK0.660.2300.40
HSL201º49.02%40%-
HSV(B)201º65.79%59.61%-
XYZ13.4415.7232.03-
YUV101.56156.4792.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=16.20%
G=36.45%
B=47.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521171520.660.2300.4020149.0240
Hex3475984217028c93128
Octal64165230102270503116150
Binary110100111010110011000100001010111010100011001001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347598; }

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

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

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

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

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

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

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

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