#34669A

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

Shades of Lochmara #34669A

Tints of Lochmara #34669A

Color information

#34669A (or 0x34669A) is unknown color: approx Lochmara. HEX triplet: 34, 66 and 9A. RGB value is (52,102,154). Sum of RGB (Red+Green+Blue) = 52+102+154=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #34669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34669A is #CB9965. Grayscale: #5C5C5C. Windows color (decimal): -13343078 or 10118708. OLE color: 10118708.

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

Color convert

RGB52102154-
CMYK0.660.3400.40
HSL210.59º49.51%40.39%-
HSV(B)210.59º66.23%60.39%-
XYZ1212.5732.36-
YUV92.98162.4498.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 154 (60.55% from 255) = 50%
R=16.88%
G=33.12%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521021540.660.3400.40210.5949.5140.39
Hex34669A4222028d33228
Octal64146232102420503236250
Binary1101001100110100110101000010100010010100011010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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