Html Css Color HEX #31769D Lochmara

📋 copy color: '#31769D'

red 49 ◦ green 118 ◦ blue 157

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

Shades of Lochmara #31769D

Tints of Lochmara #31769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.42%

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 15.12%
G = 36.42%
B = 48.46%

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

#31769D (or 0x31769D) is known color: Lochmara. HEX triplet: 31, 76 and 9D. RGB value is (49,118,157). Sum of RGB (Red+Green+Blue) = 49+118+157=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #31769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31769D is #CE8962. Grayscale: #656565. Windows color (decimal): -13535587 or 10319409. OLE color: 10319409.

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

Color convert

RGB 49 118 157 -
CMYK 0.69 0.25 0 0.38
HSL 201.67º 0.52% 0.4% -
HSV(B) 201.67º 0.69% 0.62% -
XYZ 13.83 16.04 34.27 -
YUV 101.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 49 118 157 0.69 0.25 0 0.38 201.67 0.52 0.4
Hex 31 76 9D 45 19 0 26 CA 34 28
Octal 61 166 235 105 31 0 46 312 64 50
Binary 110001 1110110 10011101 1000101 11001 0 100110 11001010 110100 101000

Color Harmonies of #31769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31769D

Black with #31769D

Text Example


Text Example

White with #31769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31769D; }

 p { color: rgb(49,118,157); }

 H1.HeaderClassName
 {
   color: #31769D;
 }
 .AnyTagClassName
 {
   color: #31769D;
 }
</style>

background-color css

<style>
 a { background-color: #31769D; }

 a { background-color: rgb(49,118,157); }

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

border-color css

<style>
 span { border-color: #31769D; }

 span { border-color: rgb(49,118,157); }

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