#3071B7

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

Shades of Lochmara #3071B7

Tints of Lochmara #3071B7

Color information

#3071B7 (or 0x3071B7) is unknown color: approx Lochmara. HEX triplet: 30, 71 and B7. RGB value is (48,113,183). Sum of RGB (Red+Green+Blue) = 48+113+183=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #3071B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071B7 is #CF8E48. Grayscale: #656565. Windows color (decimal): -13602377 or 12022064. OLE color: 12022064.

HSL color Cylindrical-coordinate representation of color #3071B7: hue angle of 211.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3071B7 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB48113183-
CMYK0.740.3800.28
HSL211.11º58.44%45.29%-
HSV(B)211.11º73.77%71.76%-
XYZ15.6715.8647.03-
YUV101.55173.9789.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.95%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 183 (71.88% from 255) = 53.20%
R=13.95%
G=32.85%
B=53.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481131830.740.3800.28211.1158.4445.29
Hex3071B74A2601Cd33a2d
Octal60161267112460343237255
Binary110000111000110110111100101010011001110011010011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3071B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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