#3274AD

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

Shades of Lochmara #3274AD

Tints of Lochmara #3274AD

Color information

#3274AD (or 0x3274AD) is unknown color: approx Lochmara. HEX triplet: 32, 74 and AD. RGB value is (50,116,173). Sum of RGB (Red+Green+Blue) = 50+116+173=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #3274AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3274AD is #CD8B52. Grayscale: #666666. Windows color (decimal): -13470547 or 11367474. OLE color: 11367474.

HSL color Cylindrical-coordinate representation of color #3274AD: hue angle of 207.8º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3274AD is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB50116173-
CMYK0.710.3300.32
HSL207.8º55.16%43.73%-
HSV(B)207.8º71.1%67.84%-
XYZ15.116.1941.86-
YUV102.76167.6390.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.75%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=14.75%
G=34.22%
B=51.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501161730.710.3300.32207.855.1643.73
Hex3274AD4721020d0372c
Octal62164255107410403206754
Binary1100101110100101011011000111100001010000011010000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3274AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3274AD; }

 p { color: rgb(50,116,173); }

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

<style>
 a { background-color: #3274AD; }

 a { background-color: rgb(50,116,173); }

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

<style>
 span { border-color: #3274AD; }

 span { border-color: rgb(50,116,173); }

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