Html Css Color HEX #3479AB Lochmara

📋 copy color: '#3479AB'

red 52 ◦ green 121 ◦ blue 171

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

Shades of Lochmara #3479AB

Tints of Lochmara #3479AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.17%

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

R = 15.12%
G = 35.17%
B = 49.71%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3479AB (or 0x3479AB) is known color: Lochmara. HEX triplet: 34, 79 and AB. RGB value is (52,121,171). Sum of RGB (Red+Green+Blue) = 52+121+171=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #3479AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3479AB is #CB8654. Grayscale: #696969. Windows color (decimal): -13338197 or 11237684. OLE color: 11237684.

HSL color Cylindrical-coordinate representation of color #3479AB: hue angle of 205.21º 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 #3479AB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 121 171 -
CMYK 0.70 0.29 0 0.33
HSL 205.21º 0.53% 0.44% -
HSV(B) 205.21º 0.7% 0.67% -
XYZ 15.6 17.35 41.05 -
YUV 106.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 52 121 171 0.70 0.29 0 0.33 205.21 0.53 0.44
Hex 34 79 AB 46 1D 0 21 CD 35 2C
Octal 64 171 253 106 35 0 41 315 65 54
Binary 110100 1111001 10101011 1000110 11101 0 100001 11001101 110101 101100

Color Harmonies of #3479AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3479AB

Black with #3479AB

Text Example


Text Example

White with #3479AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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