#3D71AF

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

Shades of Lochmara #3D71AF

Tints of Lochmara #3D71AF

Color information

#3D71AF (or 0x3D71AF) is unknown color: approx Lochmara. HEX triplet: 3D, 71 and AF. RGB value is (61,113,175). Sum of RGB (Red+Green+Blue) = 61+113+175=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D71AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D71AF is #C28E50. Grayscale: #686868. Windows color (decimal): -12750417 or 11497789. OLE color: 11497789.

HSL color Cylindrical-coordinate representation of color #3D71AF: hue angle of 212.63º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D71AF is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB61113175-
CMYK0.650.3500.31
HSL212.63º48.31%46.27%-
HSV(B)212.63º65.14%68.63%-
XYZ15.5715.942.81-
YUV104.52167.7796.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.48%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=17.48%
G=32.38%
B=50.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611131750.650.3500.31212.6348.3146.27
Hex3D71AF412301Fd5302e
Octal75161257101430373256056
Binary111101111000110101111100000110001101111111010101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D71AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D71AF; }

 p { color: rgb(61,113,175); }

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

<style>
 a { background-color: #3D71AF; }

 a { background-color: rgb(61,113,175); }

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

<style>
 span { border-color: #3D71AF; }

 span { border-color: rgb(61,113,175); }

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