Html Css Color HEX #3473AB Lochmara

📋 copy color: '#3473AB'

red 52 ◦ green 115 ◦ blue 171

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

Shades of Lochmara #3473AB

Tints of Lochmara #3473AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.02%

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

R = 15.38%
G = 34.02%
B = 50.59%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3473AB (or 0x3473AB) is known color: Lochmara. HEX triplet: 34, 73 and AB. RGB value is (52,115,171). Sum of RGB (Red+Green+Blue) = 52+115+171=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #3473AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3473AB is #CB8C54. Grayscale: #666666. Windows color (decimal): -13339733 or 11236148. OLE color: 11236148.

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

Color convert

RGB 52 115 171 -
CMYK 0.70 0.33 0 0.33
HSL 208.24º 0.53% 0.44% -
HSV(B) 208.24º 0.7% 0.67% -
XYZ 14.9 15.93 40.82 -
YUV 102.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 52 115 171 0.70 0.33 0 0.33 208.24 0.53 0.44
Hex 34 73 AB 46 21 0 21 D0 35 2C
Octal 64 163 253 106 41 0 41 320 65 54
Binary 110100 1110011 10101011 1000110 100001 0 100001 11010000 110101 101100

Color Harmonies of #3473AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3473AB

Black with #3473AB

Text Example


Text Example

White with #3473AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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