Html Css Color HEX #3076AD Lochmara

📋 copy color: '#3076AD'

red 48 ◦ green 118 ◦ blue 173

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

Shades of Lochmara #3076AD

Tints of Lochmara #3076AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 14.16%
G = 34.81%
B = 51.03%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3076AD (or 0x3076AD) is known color: Lochmara. HEX triplet: 30, 76 and AD. RGB value is (48,118,173). Sum of RGB (Red+Green+Blue) = 48+118+173=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #3076AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3076AD is #CF8952. Grayscale: #676767. Windows color (decimal): -13601107 or 11367984. OLE color: 11367984.

HSL color Cylindrical-coordinate representation of color #3076AD: hue angle of 206.4º 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 #3076AD is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 118 173 -
CMYK 0.72 0.32 0 0.32
HSL 206.4º 0.57% 0.43% -
HSV(B) 206.4º 0.72% 0.68% -
XYZ 15.24 16.6 41.94 -
YUV 103.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 48 118 173 0.72 0.32 0 0.32 206.4 0.57 0.43
Hex 30 76 AD 48 20 0 20 CE 39 2B
Octal 60 166 255 110 40 0 40 316 71 53
Binary 110000 1110110 10101101 1001000 100000 0 100000 11001110 111001 101011

Color Harmonies of #3076AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3076AD

Black with #3076AD

Text Example


Text Example

White with #3076AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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