#34799B

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

Shades of Lochmara #34799B

Tints of Lochmara #34799B

Color information

#34799B (or 0x34799B) is unknown color: approx Lochmara. HEX triplet: 34, 79 and 9B. RGB value is (52,121,155). Sum of RGB (Red+Green+Blue) = 52+121+155=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #34799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34799B is #CB8664. Grayscale: #686868. Windows color (decimal): -13338213 or 10189108. OLE color: 10189108.

HSL color Cylindrical-coordinate representation of color #34799B: hue angle of 199.81º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34799B is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB52121155-
CMYK0.660.2200.39
HSL199.81º49.76%40.59%-
HSV(B)199.81º66.45%60.78%-
XYZ14.1716.7733.5-
YUV104.24156.6490.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=15.85%
G=36.89%
B=47.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521211550.660.2200.39199.8149.7640.59
Hex34799B4216027c83229
Octal64171233102260473106251
Binary110100111100110011011100001010110010011111001000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34799B; }

 p { color: rgb(52,121,155); }

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

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

 a { background-color: rgb(52,121,155); }

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

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

 span { border-color: rgb(52,121,155); }

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