#3071B8

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

Shades of Lochmara #3071B8

Tints of Lochmara #3071B8

Color information

#3071B8 (or 0x3071B8) is unknown color: approx Lochmara. HEX triplet: 30, 71 and B8. RGB value is (48,113,184). Sum of RGB (Red+Green+Blue) = 48+113+184=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #3071B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071B8 is #CF8E47. Grayscale: #656565. Windows color (decimal): -13602376 or 12087600. OLE color: 12087600.

HSL color Cylindrical-coordinate representation of color #3071B8: hue angle of 211.32º degrees, saturation: 0.59, 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 #3071B8 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB48113184-
CMYK0.740.3900.28
HSL211.32º58.62%45.49%-
HSV(B)211.32º73.91%72.16%-
XYZ15.7815.947.58-
YUV101.66174.4789.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.91%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 184 (72.27% from 255) = 53.33%
R=13.91%
G=32.75%
B=53.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481131840.740.3900.28211.3258.6245.49
Hex3071B84A2701Cd33b2d
Octal60161270112470343237355
Binary110000111000110111000100101010011101110011010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3071B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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