#3070B6

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

Shades of Lochmara #3070B6

Tints of Lochmara #3070B6

Color information

#3070B6 (or 0x3070B6) is unknown color: approx Lochmara. HEX triplet: 30, 70 and B6. RGB value is (48,112,182). Sum of RGB (Red+Green+Blue) = 48+112+182=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #3070B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070B6 is #CF8F49. Grayscale: #646464. Windows color (decimal): -13602634 or 11956272. OLE color: 11956272.

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

Color convert

RGB48112182-
CMYK0.740.3800.29
HSL211.34º58.26%45.1%-
HSV(B)211.34º73.63%71.37%-
XYZ15.4615.5946.45-
YUV100.84173.890.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 182 (71.48% from 255) = 53.22%
R=14.04%
G=32.75%
B=53.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481121820.740.3800.29211.3458.2645.1
Hex3070B64A2601Dd33a2d
Octal60160266112460353237255
Binary110000111000010110110100101010011001110111010011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3070B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3070B6; }

 p { color: rgb(48,112,182); }

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

<style>
 a { background-color: #3070B6; }

 a { background-color: rgb(48,112,182); }

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

<style>
 span { border-color: #3070B6; }

 span { border-color: rgb(48,112,182); }

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