Html Css Color HEX #3477AB Lochmara

📋 copy color: '#3477AB'

red 52 ◦ green 119 ◦ blue 171

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

Shades of Lochmara #3477AB

Tints of Lochmara #3477AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 15.2%
G = 34.8%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3477AB (or 0x3477AB) is known color: Lochmara. HEX triplet: 34, 77 and AB. RGB value is (52,119,171). Sum of RGB (Red+Green+Blue) = 52+119+171=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #3477AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3477AB is #CB8854. Grayscale: #686868. Windows color (decimal): -13338709 or 11237172. OLE color: 11237172.

HSL color Cylindrical-coordinate representation of color #3477AB: hue angle of 206.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3477AB is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 119 171 -
CMYK 0.70 0.30 0 0.33
HSL 206.22º 0.53% 0.44% -
HSV(B) 206.22º 0.7% 0.67% -
XYZ 15.36 16.86 40.97 -
YUV 104.9 165.3 90.27 -
System Red Green Blue C M Y K H S L
Decimal 52 119 171 0.70 0.30 0 0.33 206.22 0.53 0.44
Hex 34 77 AB 46 1E 0 21 CE 35 2C
Octal 64 167 253 106 36 0 41 316 65 54
Binary 110100 1110111 10101011 1000110 11110 0 100001 11001110 110101 101100

Color Harmonies of #3477AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3477AB

Black with #3477AB

Text Example


Text Example

White with #3477AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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