Html Css Color HEX #31779C Lochmara

📋 copy color: '#31779C'

red 49 ◦ green 119 ◦ blue 156

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

Shades of Lochmara #31779C

Tints of Lochmara #31779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 15.12%
G = 36.73%
B = 48.15%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31779C (or 0x31779C) is known color: Lochmara. HEX triplet: 31, 77 and 9C. RGB value is (49,119,156). Sum of RGB (Red+Green+Blue) = 49+119+156=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #31779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31779C is #CE8863. Grayscale: #666666. Windows color (decimal): -13535332 or 10254129. OLE color: 10254129.

HSL color Cylindrical-coordinate representation of color #31779C: hue angle of 200.75º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31779C is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 119 156 -
CMYK 0.69 0.24 0 0.39
HSL 200.75º 0.52% 0.4% -
HSV(B) 200.75º 0.69% 0.61% -
XYZ 13.86 16.25 33.86 -
YUV 102.29 158.31 89.99 -
System Red Green Blue C M Y K H S L
Decimal 49 119 156 0.69 0.24 0 0.39 200.75 0.52 0.4
Hex 31 77 9C 45 18 0 27 C9 34 28
Octal 61 167 234 105 30 0 47 311 64 50
Binary 110001 1110111 10011100 1000101 11000 0 100111 11001001 110100 101000

Color Harmonies of #31779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31779C

Black with #31779C

Text Example


Text Example

White with #31779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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