Html Css Color HEX #31779E Lochmara

📋 copy color: '#31779E'

red 49 ◦ green 119 ◦ blue 158

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

Shades of Lochmara #31779E

Tints of Lochmara #31779E

RGB

 RED value IS 49 (19.53% from 255) = 15.03%

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

 BLUE value IS 158 (62.11% from 255) = 48.47%

R = 15.03%
G = 36.5%
B = 48.47%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31779E (or 0x31779E) is known color: Lochmara. HEX triplet: 31, 77 and 9E. RGB value is (49,119,158). Sum of RGB (Red+Green+Blue) = 49+119+158=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #31779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31779E is #CE8861. Grayscale: #666666. Windows color (decimal): -13535330 or 10385201. OLE color: 10385201.

HSL color Cylindrical-coordinate representation of color #31779E: hue angle of 201.47º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31779E is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 119 158 -
CMYK 0.69 0.25 0 0.38
HSL 201.47º 0.53% 0.41% -
HSV(B) 201.47º 0.69% 0.62% -
XYZ 14.04 16.32 34.76 -
YUV 102.52 159.31 89.83 -
System Red Green Blue C M Y K H S L
Decimal 49 119 158 0.69 0.25 0 0.38 201.47 0.53 0.41
Hex 31 77 9E 45 19 0 26 C9 35 29
Octal 61 167 236 105 31 0 46 311 65 51
Binary 110001 1110111 10011110 1000101 11001 0 100110 11001001 110101 101001

Color Harmonies of #31779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31779E

Black with #31779E

Text Example


Text Example

White with #31779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31779E; }

 p { color: rgb(49,119,158); }

 H1.HeaderClassName
 {
   color: #31779E;
 }
 .AnyTagClassName
 {
   color: #31779E;
 }
</style>

background-color css

<style>
 a { background-color: #31779E; }

 a { background-color: rgb(49,119,158); }

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

border-color css

<style>
 span { border-color: #31779E; }

 span { border-color: rgb(49,119,158); }

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