#3079aa

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

Shades of Lochmara #3079AA

Tints of Lochmara #3079AA

Color information

#3079AA (or 0x3079AA) is unknown color: approx Lochmara. HEX triplet: 30, 79 and AA. RGB value is (48,121,170). Sum of RGB (Red+Green+Blue) = 48+121+170=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #3079AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3079AA is #CF8655. Grayscale: #686868. Windows color (decimal): -13600342 or 11172144. OLE color: 11172144.

HSL color Cylindrical-coordinate representation of color #3079AA: hue angle of 204.1º 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 #3079AA is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48121170-
CMYK0.720.2900.33
HSL204.1º55.96%42.75%-
HSV(B)204.1º71.76%66.67%-
XYZ15.3117.2140.54-
YUV104.76164.8287.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=14.16%
G=35.69%
B=50.15%

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
Decimal481211700.720.2900.33204.155.9642.75
Hex3079AA481D021cc382b
Octal60171252110350413147053
Binary110000111100110101010100100011101010000111001100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3079aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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