Html Css Color HEX #3477AA Lochmara

📋 copy color: '#3477AA'

red 52 ◦ green 119 ◦ blue 170

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

Shades of Lochmara #3477AA

Tints of Lochmara #3477AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 15.25%
G = 34.9%
B = 49.85%

CMYK

 C value IS 0.69

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3477AA (or 0x3477AA) is known color: Lochmara. HEX triplet: 34, 77 and AA. RGB value is (52,119,170). Sum of RGB (Red+Green+Blue) = 52+119+170=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #3477AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3477AA is #CB8855. Grayscale: #686868. Windows color (decimal): -13338710 or 11171636. OLE color: 11171636.

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

Color convert

RGB 52 119 170 -
CMYK 0.69 0.3 0 0.33
HSL 205.93º 0.53% 0.44% -
HSV(B) 205.93º 0.69% 0.67% -
XYZ 15.27 16.83 40.47 -
YUV 104.78 164.8 90.35 -
System Red Green Blue C M Y K H S L
Decimal 52 119 170 0.69 0.3 0 0.33 205.93 0.53 0.44
Hex 34 77 AA 45 1E 0 21 CE 35 2C
Octal 64 167 252 105 36 0 41 316 65 54
Binary 110100 1110111 10101010 1000101 11110 0 100001 11001110 110101 101100

Color Harmonies of #3477AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3477AA

Black with #3477AA

Text Example


Text Example

White with #3477AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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