Html Css Color HEX #3474AA Lochmara

📋 copy color: '#3474AA'

red 52 ◦ green 116 ◦ blue 170

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

Shades of Lochmara #3474AA

Tints of Lochmara #3474AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 15.38%
G = 34.32%
B = 50.3%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3474AA (or 0x3474AA) is known color: Lochmara. HEX triplet: 34, 74 and AA. RGB value is (52,116,170). Sum of RGB (Red+Green+Blue) = 52+116+170=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #3474AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3474AA is #CB8B55. Grayscale: #666666. Windows color (decimal): -13339478 or 11170868. OLE color: 11170868.

HSL color Cylindrical-coordinate representation of color #3474AA: hue angle of 207.46º 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 #3474AA is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 116 170 -
CMYK 0.69 0.32 0 0.33
HSL 207.46º 0.53% 0.44% -
HSV(B) 207.46º 0.69% 0.67% -
XYZ 14.92 16.12 40.36 -
YUV 103.02 165.8 91.61 -
System Red Green Blue C M Y K H S L
Decimal 52 116 170 0.69 0.32 0 0.33 207.46 0.53 0.44
Hex 34 74 AA 45 20 0 21 CF 35 2C
Octal 64 164 252 105 40 0 41 317 65 54
Binary 110100 1110100 10101010 1000101 100000 0 100001 11001111 110101 101100

Color Harmonies of #3474AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3474AA

Black with #3474AA

Text Example


Text Example

White with #3474AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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