Html Css Color HEX #3470AB Lochmara

📋 copy color: '#3470AB'

red 52 ◦ green 112 ◦ blue 171

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

Shades of Lochmara #3470AB

Tints of Lochmara #3470AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 15.52%
G = 33.43%
B = 51.04%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3470AB (or 0x3470AB) is known color: Lochmara. HEX triplet: 34, 70 and AB. RGB value is (52,112,171). Sum of RGB (Red+Green+Blue) = 52+112+171=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #3470AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3470AB is #CB8F54. Grayscale: #646464. Windows color (decimal): -13340501 or 11235380. OLE color: 11235380.

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

Color convert

RGB 52 112 171 -
CMYK 0.70 0.35 0 0.33
HSL 209.75º 0.53% 0.44% -
HSV(B) 209.75º 0.7% 0.67% -
XYZ 14.56 15.26 40.71 -
YUV 100.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 52 112 171 0.70 0.35 0 0.33 209.75 0.53 0.44
Hex 34 70 AB 46 23 0 21 D2 35 2C
Octal 64 160 253 106 43 0 41 322 65 54
Binary 110100 1110000 10101011 1000110 100011 0 100001 11010010 110101 101100

Color Harmonies of #3470AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3470AB

Black with #3470AB

Text Example


Text Example

White with #3470AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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