Html Css Color HEX #31759E Lochmara

📋 copy color: '#31759E'

red 49 ◦ green 117 ◦ blue 158

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

Shades of Lochmara #31759E

Tints of Lochmara #31759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

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

R = 15.12%
G = 36.11%
B = 48.77%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31759E (or 0x31759E) is known color: Lochmara. HEX triplet: 31, 75 and 9E. RGB value is (49,117,158). Sum of RGB (Red+Green+Blue) = 49+117+158=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #31759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31759E is #CE8A61. Grayscale: #656565. Windows color (decimal): -13535842 or 10384689. OLE color: 10384689.

HSL color Cylindrical-coordinate representation of color #31759E: hue angle of 202.57º 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 #31759E is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 117 158 -
CMYK 0.69 0.26 0 0.38
HSL 202.57º 0.53% 0.41% -
HSV(B) 202.57º 0.69% 0.62% -
XYZ 13.8 15.84 34.68 -
YUV 101.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 49 117 158 0.69 0.26 0 0.38 202.57 0.53 0.41
Hex 31 75 9E 45 1A 0 26 CB 35 29
Octal 61 165 236 105 32 0 46 313 65 51
Binary 110001 1110101 10011110 1000101 11010 0 100110 11001011 110101 101001

Color Harmonies of #31759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31759E

Black with #31759E

Text Example


Text Example

White with #31759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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