#3474b3

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

Shades of Lochmara #3474B3

Tints of Lochmara #3474B3

Color information

#3474B3 (or 0x3474B3) is unknown color: approx Lochmara. HEX triplet: 34, 74 and B3. RGB value is (52,116,179). Sum of RGB (Red+Green+Blue) = 52+116+179=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #3474B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474B3 is #CB8B4C. Grayscale: #676767. Windows color (decimal): -13339469 or 11760692. OLE color: 11760692.

HSL color Cylindrical-coordinate representation of color #3474B3: hue angle of 209.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3474B3 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB52116179-
CMYK0.710.3500.30
HSL209.76º54.98%45.29%-
HSV(B)209.76º70.95%70.2%-
XYZ15.816.4845-
YUV104.05170.390.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 179 (70.31% from 255) = 51.59%
R=14.99%
G=33.43%
B=51.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521161790.710.3500.30209.7654.9845.29
Hex3474B3472301Ed2372d
Octal64164263107430363226755
Binary110100111010010110011100011110001101111011010010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3474b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3474b3; }

 p { color: rgb(52,116,179); }

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

<style>
 a { background-color: #3474b3; }

 a { background-color: rgb(52,116,179); }

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

<style>
 span { border-color: #3474b3; }

 span { border-color: rgb(52,116,179); }

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