Html Css Color HEX #31799A Lochmara

📋 copy color: '#31799A'

red 49 ◦ green 121 ◦ blue 154

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

Shades of Lochmara #31799A

Tints of Lochmara #31799A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

 BLUE value IS 154 (60.55% from 255) = 47.53%

R = 15.12%
G = 37.35%
B = 47.53%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#31799A (or 0x31799A) is known color: Lochmara. HEX triplet: 31, 79 and 9A. RGB value is (49,121,154). Sum of RGB (Red+Green+Blue) = 49+121+154=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #31799A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31799A is #CE8665. Grayscale: #676767. Windows color (decimal): -13534822 or 10123569. OLE color: 10123569.

HSL color Cylindrical-coordinate representation of color #31799A: hue angle of 198.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31799A is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 121 154 -
CMYK 0.68 0.21 0 0.40
HSL 198.86º 0.52% 0.4% -
HSV(B) 198.86º 0.68% 0.6% -
XYZ 13.94 16.66 33.05 -
YUV 103.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 49 121 154 0.68 0.21 0 0.40 198.86 0.52 0.4
Hex 31 79 9A 44 15 0 28 C7 34 28
Octal 61 171 232 104 25 0 50 307 64 50
Binary 110001 1111001 10011010 1000100 10101 0 101000 11000111 110100 101000

Color Harmonies of #31799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31799A

Black with #31799A

Text Example


Text Example

White with #31799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31799A; }

 p { color: rgb(49,121,154); }

 H1.HeaderClassName
 {
   color: #31799A;
 }
 .AnyTagClassName
 {
   color: #31799A;
 }
</style>

background-color css

<style>
 a { background-color: #31799A; }

 a { background-color: rgb(49,121,154); }

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

border-color css

<style>
 span { border-color: #31799A; }

 span { border-color: rgb(49,121,154); }

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