Html Css Color HEX #3477A9 Lochmara

📋 copy color: '#3477A9'

red 52 ◦ green 119 ◦ blue 169

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

Shades of Lochmara #3477A9

Tints of Lochmara #3477A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.71%

R = 15.29%
G = 35%
B = 49.71%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3477A9 (or 0x3477A9) is known color: Lochmara. HEX triplet: 34, 77 and A9. RGB value is (52,119,169). Sum of RGB (Red+Green+Blue) = 52+119+169=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #3477A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3477A9 is #CB8856. Grayscale: #686868. Windows color (decimal): -13338711 or 11106100. OLE color: 11106100.

HSL color Cylindrical-coordinate representation of color #3477A9: hue angle of 205.64º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3477A9 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 52 119 169 -
CMYK 0.69 0.30 0 0.34
HSL 205.64º 0.53% 0.43% -
HSV(B) 205.64º 0.69% 0.66% -
XYZ 15.17 16.79 39.98 -
YUV 104.67 164.3 90.43 -
System Red Green Blue C M Y K H S L
Decimal 52 119 169 0.69 0.30 0 0.34 205.64 0.53 0.43
Hex 34 77 A9 45 1E 0 22 CE 35 2B
Octal 64 167 251 105 36 0 42 316 65 53
Binary 110100 1110111 10101001 1000101 11110 0 100010 11001110 110101 101011

Color Harmonies of #3477A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3477A9

Black with #3477A9

Text Example


Text Example

White with #3477A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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