#3D70A7

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

Shades of Lochmara #3D70A7

Tints of Lochmara #3D70A7

Color information

#3D70A7 (or 0x3D70A7) is unknown color: approx Lochmara. HEX triplet: 3D, 70 and A7. RGB value is (61,112,167). Sum of RGB (Red+Green+Blue) = 61+112+167=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D70A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D70A7 is #C28F58. Grayscale: #666666. Windows color (decimal): -12750681 or 10973245. OLE color: 10973245.

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

Color convert

RGB61112167-
CMYK0.630.3300.35
HSL211.13º46.49%44.71%-
HSV(B)211.13º63.47%65.49%-
XYZ14.6915.3738.75-
YUV103.02164.198.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.94%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 167 (65.62% from 255) = 49.12%
R=17.94%
G=32.94%
B=49.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611121670.630.3300.35211.1346.4944.71
Hex3D70A73F21023d32e2d
Octal7516024777410433235655
Binary111101111000010100111111111100001010001111010011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D70A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,112,167); }

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

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

 a { background-color: rgb(61,112,167); }

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

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

 span { border-color: rgb(61,112,167); }

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