Html Css Color HEX #3675AD Lochmara

📋 copy color: '#3675AD'

red 54 ◦ green 117 ◦ blue 173

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

Shades of Lochmara #3675AD

Tints of Lochmara #3675AD

RGB

 RED value IS 54 (21.48% from 255) = 15.7%

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 15.7%
G = 34.01%
B = 50.29%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3675AD (or 0x3675AD) is known color: Lochmara. HEX triplet: 36, 75 and AD. RGB value is (54,117,173). Sum of RGB (Red+Green+Blue) = 54+117+173=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #3675AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3675AD is #C98A52. Grayscale: #686868. Windows color (decimal): -13208147 or 11367734. OLE color: 11367734.

HSL color Cylindrical-coordinate representation of color #3675AD: hue angle of 208.24º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3675AD is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 117 173 -
CMYK 0.69 0.32 0 0.32
HSL 208.24º 0.52% 0.45% -
HSV(B) 208.24º 0.69% 0.68% -
XYZ 15.43 16.52 41.91 -
YUV 104.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 54 117 173 0.69 0.32 0 0.32 208.24 0.52 0.45
Hex 36 75 AD 45 20 0 20 D0 34 2D
Octal 66 165 255 105 40 0 40 320 64 55
Binary 110110 1110101 10101101 1000101 100000 0 100000 11010000 110100 101101

Color Harmonies of #3675AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3675AD

Black with #3675AD

Text Example


Text Example

White with #3675AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3675AD; }

 p { color: rgb(54,117,173); }

 H1.HeaderClassName
 {
   color: #3675AD;
 }
 .AnyTagClassName
 {
   color: #3675AD;
 }
</style>

background-color css

<style>
 a { background-color: #3675AD; }

 a { background-color: rgb(54,117,173); }

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

border-color css

<style>
 span { border-color: #3675AD; }

 span { border-color: rgb(54,117,173); }

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