#3875AF

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

Shades of Lochmara #3875AF

Tints of Lochmara #3875AF

Color information

#3875AF (or 0x3875AF) is unknown color: approx Lochmara. HEX triplet: 38, 75 and AF. RGB value is (56,117,175). Sum of RGB (Red+Green+Blue) = 56+117+175=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #3875AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3875AF is #C78A50. Grayscale: #696969. Windows color (decimal): -13077073 or 11498808. OLE color: 11498808.

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

Color convert

RGB56117175-
CMYK0.680.3300.31
HSL209.24º51.52%45.29%-
HSV(B)209.24º68%68.63%-
XYZ15.7316.6642.94-
YUV105.37167.2992.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=16.09%
G=33.62%
B=50.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561171750.680.3300.31209.2451.5245.29
Hex3875AF442101Fd1342d
Octal70165257104410373216455
Binary111000111010110101111100010010000101111111010001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3875AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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