Html Css Color HEX #3875AD Lochmara

📋 copy color: '#3875AD'

red 56 ◦ green 117 ◦ blue 173

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

Shades of Lochmara #3875AD

Tints of Lochmara #3875AD

RGB

 RED value IS 56 (22.27% from 255) = 16.18%

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

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

R = 16.18%
G = 33.82%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3875AD (or 0x3875AD) is known color: Lochmara. HEX triplet: 38, 75 and AD. RGB value is (56,117,173). Sum of RGB (Red+Green+Blue) = 56+117+173=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #3875AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3875AD is #C78A52. Grayscale: #686868. Windows color (decimal): -13077075 or 11367736. OLE color: 11367736.

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

Color convert

RGB 56 117 173 -
CMYK 0.68 0.32 0 0.32
HSL 208.72º 0.51% 0.45% -
HSV(B) 208.72º 0.68% 0.68% -
XYZ 15.54 16.58 41.92 -
YUV 105.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 56 117 173 0.68 0.32 0 0.32 208.72 0.51 0.45
Hex 38 75 AD 44 20 0 20 D1 33 2D
Octal 70 165 255 104 40 0 40 321 63 55
Binary 111000 1110101 10101101 1000100 100000 0 100000 11010001 110011 101101

Color Harmonies of #3875AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3875AD

Black with #3875AD

Text Example


Text Example

White with #3875AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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