#3D79A7

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

Shades of Lochmara #3D79A7

Tints of Lochmara #3D79A7

Color information

#3D79A7 (or 0x3D79A7) is unknown color: approx Lochmara. HEX triplet: 3D, 79 and A7. RGB value is (61,121,167). Sum of RGB (Red+Green+Blue) = 61+121+167=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D79A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D79A7 is #C28658. Grayscale: #6C6C6C. Windows color (decimal): -12748377 or 10975549. OLE color: 10975549.

HSL color Cylindrical-coordinate representation of color #3D79A7: hue angle of 206.04º 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 #3D79A7 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB61121167-
CMYK0.630.2800.35
HSL206.04º46.49%44.71%-
HSV(B)206.04º63.47%65.49%-
XYZ15.7417.4639.1-
YUV108.3161.1294.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.48%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=17.48%
G=34.67%
B=47.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611211670.630.2800.35206.0446.4944.71
Hex3D79A73F1C023ce2e2d
Octal7517124777340433165655
Binary11110111110011010011111111111100010001111001110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D79A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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