Html Css Color HEX #3877AA Lochmara

📋 copy color: '#3877AA'

red 56 ◦ green 119 ◦ blue 170

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

Shades of Lochmara #3877AA

Tints of Lochmara #3877AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 16.23%
G = 34.49%
B = 49.28%

CMYK

 C value IS 0.67

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3877AA (or 0x3877AA) is known color: Lochmara. HEX triplet: 38, 77 and AA. RGB value is (56,119,170). Sum of RGB (Red+Green+Blue) = 56+119+170=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #3877AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3877AA is #C78855. Grayscale: #696969. Windows color (decimal): -13076566 or 11171640. OLE color: 11171640.

HSL color Cylindrical-coordinate representation of color #3877AA: hue angle of 206.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3877AA is Cyan = 0.67, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 119 170 -
CMYK 0.67 0.3 0 0.33
HSL 206.84º 0.5% 0.44% -
HSV(B) 206.84º 0.67% 0.67% -
XYZ 15.48 16.94 40.48 -
YUV 105.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 56 119 170 0.67 0.3 0 0.33 206.84 0.5 0.44
Hex 38 77 AA 43 1E 0 21 CF 32 2C
Octal 70 167 252 103 36 0 41 317 62 54
Binary 111000 1110111 10101010 1000011 11110 0 100001 11001111 110010 101100

Color Harmonies of #3877AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3877AA

Black with #3877AA

Text Example


Text Example

White with #3877AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3877AA; }

 p { color: rgb(56,119,170); }

 H1.HeaderClassName
 {
   color: #3877AA;
 }
 .AnyTagClassName
 {
   color: #3877AA;
 }
</style>

background-color css

<style>
 a { background-color: #3877AA; }

 a { background-color: rgb(56,119,170); }

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

border-color css

<style>
 span { border-color: #3877AA; }

 span { border-color: rgb(56,119,170); }

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