#3079AB

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

Shades of Lochmara #3079AB

Tints of Lochmara #3079AB

Color information

#3079AB (or 0x3079AB) is unknown color: approx Lochmara. HEX triplet: 30, 79 and AB. RGB value is (48,121,171). Sum of RGB (Red+Green+Blue) = 48+121+171=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #3079AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3079AB is #CF8654. Grayscale: #686868. Windows color (decimal): -13600341 or 11237680. OLE color: 11237680.

HSL color Cylindrical-coordinate representation of color #3079AB: hue angle of 204.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3079AB is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48121171-
CMYK0.720.2900.33
HSL204.39º56.16%42.94%-
HSV(B)204.39º71.93%67.06%-
XYZ15.4117.2441.04-
YUV104.87165.3287.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.12%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=14.12%
G=35.59%
B=50.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481211710.720.2900.33204.3956.1642.94
Hex3079AB481D021cc382b
Octal60171253110350413147053
Binary110000111100110101011100100011101010000111001100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3079AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3079AB; }

 p { color: rgb(48,121,171); }

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

<style>
 a { background-color: #3079AB; }

 a { background-color: rgb(48,121,171); }

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

<style>
 span { border-color: #3079AB; }

 span { border-color: rgb(48,121,171); }

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