Html Css Color HEX #3471AA Lochmara

📋 copy color: '#3471AA'

red 52 ◦ green 113 ◦ blue 170

#3471AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #3471AA

Tints of Lochmara #3471AA

RGB

 RED value IS 52 (20.7% from 255) = 15.52%

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 170 (66.8% from 255) = 50.75%

R = 15.52%
G = 33.73%
B = 50.75%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3471AA (or 0x3471AA) is known color: Lochmara. HEX triplet: 34, 71 and AA. RGB value is (52,113,170). Sum of RGB (Red+Green+Blue) = 52+113+170=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #3471AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3471AA is #CB8E55. Grayscale: #646464. Windows color (decimal): -13340246 or 11170100. OLE color: 11170100.

HSL color Cylindrical-coordinate representation of color #3471AA: hue angle of 208.98º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3471AA is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 113 170 -
CMYK 0.69 0.34 0 0.33
HSL 208.98º 0.53% 0.44% -
HSV(B) 208.98º 0.69% 0.67% -
XYZ 14.58 15.44 40.24 -
YUV 101.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 52 113 170 0.69 0.34 0 0.33 208.98 0.53 0.44
Hex 34 71 AA 45 22 0 21 D1 35 2C
Octal 64 161 252 105 42 0 41 321 65 54
Binary 110100 1110001 10101010 1000101 100010 0 100001 11010001 110101 101100

Color Harmonies of #3471AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471AA

Black with #3471AA

Text Example


Text Example

White with #3471AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3471AA; }

 p { color: rgb(52,113,170); }

 H1.HeaderClassName
 {
   color: #3471AA;
 }
 .AnyTagClassName
 {
   color: #3471AA;
 }
</style>

background-color css

<style>
 a { background-color: #3471AA; }

 a { background-color: rgb(52,113,170); }

 div.DivClassName
 {
   background-color: #3471AA;
 }
 .BgClassName
 {
   background-color: #3471AA;
 }
</style>

border-color css

<style>
 span { border-color: #3471AA; }

 span { border-color: rgb(52,113,170); }

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