#34669B

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

Shades of Lochmara #34669B

Tints of Lochmara #34669B

Color information

#34669B (or 0x34669B) is unknown color: approx Lochmara. HEX triplet: 34, 66 and 9B. RGB value is (52,102,155). Sum of RGB (Red+Green+Blue) = 52+102+155=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #34669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34669B is #CB9964. Grayscale: #5C5C5C. Windows color (decimal): -13343077 or 10184244. OLE color: 10184244.

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

Color convert

RGB52102155-
CMYK0.660.3400.39
HSL210.87º49.76%40.59%-
HSV(B)210.87º66.45%60.78%-
XYZ12.0812.632.81-
YUV93.09162.9498.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=16.83%
G=33.01%
B=50.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521021550.660.3400.39210.8749.7640.59
Hex34669B4222027d33229
Octal64146233102420473236251
Binary1101001100110100110111000010100010010011111010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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