Html Css Color HEX #31769F Lochmara

📋 copy color: '#31769F'

red 49 ◦ green 118 ◦ blue 159

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

Shades of Lochmara #31769F

Tints of Lochmara #31769F

RGB

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

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

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

R = 15.03%
G = 36.2%
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

#31769F (or 0x31769F) is known color: Lochmara. HEX triplet: 31, 76 and 9F. RGB value is (49,118,159). Sum of RGB (Red+Green+Blue) = 49+118+159=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #31769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31769F is #CE8960. Grayscale: #656565. Windows color (decimal): -13535585 or 10450481. OLE color: 10450481.

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

Color convert

RGB 49 118 159 -
CMYK 0.69 0.26 0 0.38
HSL 202.36º 0.53% 0.41% -
HSV(B) 202.36º 0.69% 0.62% -
XYZ 14 16.11 35.17 -
YUV 102.04 160.14 90.17 -
System Red Green Blue C M Y K H S L
Decimal 49 118 159 0.69 0.26 0 0.38 202.36 0.53 0.41
Hex 31 76 9F 45 1A 0 26 CA 35 29
Octal 61 166 237 105 32 0 46 312 65 51
Binary 110001 1110110 10011111 1000101 11010 0 100110 11001010 110101 101001

Color Harmonies of #31769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31769F

Black with #31769F

Text Example


Text Example

White with #31769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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