#34639B

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

Shades of Lochmara #34639B

Tints of Lochmara #34639B

Color information

#34639B (or 0x34639B) is unknown color: approx Lochmara. HEX triplet: 34, 63 and 9B. RGB value is (52,99,155). Sum of RGB (Red+Green+Blue) = 52+99+155=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #34639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34639B is #CB9C64. Grayscale: #5B5B5B. Windows color (decimal): -13343845 or 10183476. OLE color: 10183476.

HSL color Cylindrical-coordinate representation of color #34639B: hue angle of 212.62º 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 #34639B is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5299155-
CMYK0.660.3600.39
HSL212.62º49.76%40.59%-
HSV(B)212.62º66.45%60.78%-
XYZ11.7912.0232.71-
YUV91.33163.9399.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=16.99%
G=32.35%
B=50.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52991550.660.3600.39212.6249.7640.59
Hex34639B4224027d53229
Octal64143233102440473256251
Binary1101001100011100110111000010100100010011111010101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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