Html Css Color HEX #3070B6 Lochmara

📋 copy color: '#3070B6'

red 48 ◦ green 112 ◦ blue 182

#3070B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #3070B6

Tints of Lochmara #3070B6

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 value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3070B6 (or 0x3070B6) is known color: 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

RGB 48 112 182 -
CMYK 0.74 0.38 0 0.29
HSL 211.34º 0.58% 0.45% -
HSV(B) 211.34º 0.74% 0.71% -
XYZ 15.46 15.59 46.45 -
YUV 100.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 48 112 182 0.74 0.38 0 0.29 211.34 0.58 0.45
Hex 30 70 B6 4A 26 0 1D D3 3A 2D
Octal 60 160 266 112 46 0 35 323 72 55
Binary 110000 1110000 10110110 1001010 100110 0 11101 11010011 111010 101101

Color Harmonies of #3070B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3070B6

Black with #3070B6

Text Example


Text Example

White with #3070B6

Text Example


Text Example

HTML Codes & Css Web 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>