#3877A4

Color #3877A4 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3877A4

Tints of Lochmara #3877A4

Color information

#3877A4 (or 0x3877A4) is unknown color: approx Lochmara. HEX triplet: 38, 77 and A4. RGB value is (56,119,164). Sum of RGB (Red+Green+Blue) = 56+119+164=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #3877A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3877A4 is #C7885B. Grayscale: #696969. Windows color (decimal): -13076572 or 10778424. OLE color: 10778424.

HSL color Cylindrical-coordinate representation of color #3877A4: hue angle of 205º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3877A4 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB56119164-
CMYK0.660.2700.36
HSL205º49.09%43.14%-
HSV(B)205º65.85%64.31%-
XYZ14.9316.7137.56-
YUV105.29161.1392.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 164 (64.45% from 255) = 48.38%
R=16.52%
G=35.10%
B=48.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561191640.660.2700.3620549.0943.14
Hex3877A4421B024cd312b
Octal70167244102330443156153
Binary111000111011110100100100001011011010010011001101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3877A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3877A4;
 }
 .AnyTagClassName
 {
   color: #3877A4;
 }
</style>
background-color css

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

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

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

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

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

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