Html Css Color HEX #31719F Lochmara

📋 copy color: '#31719F'

red 49 ◦ green 113 ◦ blue 159

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

Shades of Lochmara #31719F

Tints of Lochmara #31719F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 159 (62.5% from 255) = 49.53%

R = 15.26%
G = 35.2%
B = 49.53%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31719F (or 0x31719F) is known color: Lochmara. HEX triplet: 31, 71 and 9F. RGB value is (49,113,159). Sum of RGB (Red+Green+Blue) = 49+113+159=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #31719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31719F is #CE8E60. Grayscale: #626262. Windows color (decimal): -13536865 or 10449201. OLE color: 10449201.

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

Color convert

RGB 49 113 159 -
CMYK 0.69 0.29 0 0.38
HSL 205.09º 0.53% 0.41% -
HSV(B) 205.09º 0.69% 0.62% -
XYZ 13.43 14.97 34.98 -
YUV 99.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 49 113 159 0.69 0.29 0 0.38 205.09 0.53 0.41
Hex 31 71 9F 45 1D 0 26 CD 35 29
Octal 61 161 237 105 35 0 46 315 65 51
Binary 110001 1110001 10011111 1000101 11101 0 100110 11001101 110101 101001

Color Harmonies of #31719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31719F

Black with #31719F

Text Example


Text Example

White with #31719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31719F; }

 p { color: rgb(49,113,159); }

 H1.HeaderClassName
 {
   color: #31719F;
 }
 .AnyTagClassName
 {
   color: #31719F;
 }
</style>

background-color css

<style>
 a { background-color: #31719F; }

 a { background-color: rgb(49,113,159); }

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

border-color css

<style>
 span { border-color: #31719F; }

 span { border-color: rgb(49,113,159); }

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