#34639A

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

Shades of Lochmara #34639A

Tints of Lochmara #34639A

Color information

#34639A (or 0x34639A) is unknown color: approx Lochmara. HEX triplet: 34, 63 and 9A. RGB value is (52,99,154). Sum of RGB (Red+Green+Blue) = 52+99+154=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #34639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34639A is #CB9C65. Grayscale: #5A5A5A. Windows color (decimal): -13343846 or 10117940. OLE color: 10117940.

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

Color convert

RGB5299154-
CMYK0.660.3600.40
HSL212.35º49.51%40.39%-
HSV(B)212.35º66.23%60.39%-
XYZ11.7111.9932.27-
YUV91.22163.43100.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 154 (60.55% from 255) = 50.49%
R=17.05%
G=32.46%
B=50.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52991540.660.3600.40212.3549.5140.39
Hex34639A4224028d43228
Octal64143232102440503246250
Binary1101001100011100110101000010100100010100011010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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