Html Css Color HEX #3070AD Lochmara

📋 copy color: '#3070AD'

red 48 ◦ green 112 ◦ blue 173

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

Shades of Lochmara #3070AD

Tints of Lochmara #3070AD

RGB

 RED value IS 48 (19.14% from 255) = 14.41%

 GREEN value IS 112 (44.14% from 255) = 33.63%

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 14.41%
G = 33.63%
B = 51.95%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3070AD (or 0x3070AD) is known color: Lochmara. HEX triplet: 30, 70 and AD. RGB value is (48,112,173). Sum of RGB (Red+Green+Blue) = 48+112+173=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #3070AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3070AD is #CF8F52. Grayscale: #636363. Windows color (decimal): -13602643 or 11366448. OLE color: 11366448.

HSL color Cylindrical-coordinate representation of color #3070AD: hue angle of 209.28º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3070AD is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 112 173 -
CMYK 0.72 0.35 0 0.32
HSL 209.28º 0.57% 0.43% -
HSV(B) 209.28º 0.72% 0.68% -
XYZ 14.56 15.23 41.71 -
YUV 99.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 48 112 173 0.72 0.35 0 0.32 209.28 0.57 0.43
Hex 30 70 AD 48 23 0 20 D1 39 2B
Octal 60 160 255 110 43 0 40 321 71 53
Binary 110000 1110000 10101101 1001000 100011 0 100000 11010001 111001 101011

Color Harmonies of #3070AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3070AD

Black with #3070AD

Text Example


Text Example

White with #3070AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3070AD;
 }
 .AnyTagClassName
 {
   color: #3070AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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