#3071A9

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

Shades of Lochmara #3071A9

Tints of Lochmara #3071A9

Color information

#3071A9 (or 0x3071A9) is unknown color: approx Lochmara. HEX triplet: 30, 71 and A9. RGB value is (48,113,169). Sum of RGB (Red+Green+Blue) = 48+113+169=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #3071A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3071A9 is #CF8E56. Grayscale: #636363. Windows color (decimal): -13602391 or 11104560. OLE color: 11104560.

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

Color convert

RGB48113169-
CMYK0.720.3300.34
HSL207.77º55.76%42.55%-
HSV(B)207.77º71.6%66.27%-
XYZ14.2915.339.74-
YUV99.95166.9790.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 169 (66.41% from 255) = 51.21%
R=14.55%
G=34.24%
B=51.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal481131690.720.3300.34207.7755.7642.55
Hex3071A94821022d0382b
Octal60161251110410423207053
Binary1100001110001101010011001000100001010001011010000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3071A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3071A9; }

 p { color: rgb(48,113,169); }

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

<style>
 a { background-color: #3071A9; }

 a { background-color: rgb(48,113,169); }

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

<style>
 span { border-color: #3071A9; }

 span { border-color: rgb(48,113,169); }

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