Html Css Color HEX #3077AD Lochmara

📋 copy color: '#3077AD'

red 48 ◦ green 119 ◦ blue 173

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

Shades of Lochmara #3077AD

Tints of Lochmara #3077AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

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

R = 14.12%
G = 35%
B = 50.88%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3077AD (or 0x3077AD) is known color: Lochmara. HEX triplet: 30, 77 and AD. RGB value is (48,119,173). Sum of RGB (Red+Green+Blue) = 48+119+173=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #3077AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3077AD is #CF8852. Grayscale: #676767. Windows color (decimal): -13600851 or 11368240. OLE color: 11368240.

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

Color convert

RGB 48 119 173 -
CMYK 0.72 0.31 0 0.32
HSL 205.92º 0.57% 0.43% -
HSV(B) 205.92º 0.72% 0.68% -
XYZ 15.36 16.84 41.98 -
YUV 103.93 166.98 88.11 -
System Red Green Blue C M Y K H S L
Decimal 48 119 173 0.72 0.31 0 0.32 205.92 0.57 0.43
Hex 30 77 AD 48 1F 0 20 CE 39 2B
Octal 60 167 255 110 37 0 40 316 71 53
Binary 110000 1110111 10101101 1001000 11111 0 100000 11001110 111001 101011

Color Harmonies of #3077AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3077AD

Black with #3077AD

Text Example


Text Example

White with #3077AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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