Html Css Color HEX #3876AD Lochmara

📋 copy color: '#3876AD'

red 56 ◦ green 118 ◦ blue 173

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

Shades of Lochmara #3876AD

Tints of Lochmara #3876AD

RGB

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

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

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

R = 16.14%
G = 34.01%
B = 49.86%

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

#3876AD (or 0x3876AD) is known color: Lochmara. HEX triplet: 38, 76 and AD. RGB value is (56,118,173). Sum of RGB (Red+Green+Blue) = 56+118+173=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #3876AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3876AD is #C78952. Grayscale: #696969. Windows color (decimal): -13076819 or 11367992. OLE color: 11367992.

HSL color Cylindrical-coordinate representation of color #3876AD: hue angle of 208.21º 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 #3876AD is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 118 173 -
CMYK 0.68 0.32 0 0.32
HSL 208.21º 0.51% 0.45% -
HSV(B) 208.21º 0.68% 0.68% -
XYZ 15.65 16.81 41.96 -
YUV 105.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 56 118 173 0.68 0.32 0 0.32 208.21 0.51 0.45
Hex 38 76 AD 44 20 0 20 D0 33 2D
Octal 70 166 255 104 40 0 40 320 63 55
Binary 111000 1110110 10101101 1000100 100000 0 100000 11010000 110011 101101

Color Harmonies of #3876AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3876AD

Black with #3876AD

Text Example


Text Example

White with #3876AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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