Html Css Color HEX #3476AF Lochmara

📋 copy color: '#3476AF'

red 52 ◦ green 118 ◦ blue 175

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

Shades of Lochmara #3476AF

Tints of Lochmara #3476AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 175 (68.75% from 255) = 50.72%

R = 15.07%
G = 34.2%
B = 50.72%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3476AF (or 0x3476AF) is known color: Lochmara. HEX triplet: 34, 76 and AF. RGB value is (52,118,175). Sum of RGB (Red+Green+Blue) = 52+118+175=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #3476AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3476AF is #CB8950. Grayscale: #686868. Windows color (decimal): -13338961 or 11499060. OLE color: 11499060.

HSL color Cylindrical-coordinate representation of color #3476AF: hue angle of 207.8º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3476AF is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 118 175 -
CMYK 0.70 0.33 0 0.31
HSL 207.8º 0.54% 0.45% -
HSV(B) 207.8º 0.7% 0.69% -
XYZ 15.63 16.78 42.97 -
YUV 104.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 52 118 175 0.70 0.33 0 0.31 207.8 0.54 0.45
Hex 34 76 AF 46 21 0 1F D0 36 2D
Octal 64 166 257 106 41 0 37 320 66 55
Binary 110100 1110110 10101111 1000110 100001 0 11111 11010000 110110 101101

Color Harmonies of #3476AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3476AF

Black with #3476AF

Text Example


Text Example

White with #3476AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3476AF; }

 p { color: rgb(52,118,175); }

 H1.HeaderClassName
 {
   color: #3476AF;
 }
 .AnyTagClassName
 {
   color: #3476AF;
 }
</style>

background-color css

<style>
 a { background-color: #3476AF; }

 a { background-color: rgb(52,118,175); }

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

border-color css

<style>
 span { border-color: #3476AF; }

 span { border-color: rgb(52,118,175); }

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