Html Css Color HEX #317699 Lochmara

📋 copy color: '#317699'

red 49 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #317699

Tints of Lochmara #317699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.81%

R = 15.31%
G = 36.88%
B = 47.81%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317699 (or 0x317699) is known color: Lochmara. HEX triplet: 31, 76 and 99. RGB value is (49,118,153). Sum of RGB (Red+Green+Blue) = 49+118+153=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #317699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317699 is #CE8966. Grayscale: #656565. Windows color (decimal): -13535591 or 10057265. OLE color: 10057265.

HSL color Cylindrical-coordinate representation of color #317699: hue angle of 200.19º degrees, saturation: 0.51, 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 #317699 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 118 153 -
CMYK 0.68 0.23 0 0.4
HSL 200.19º 0.51% 0.4% -
HSV(B) 200.19º 0.68% 0.6% -
XYZ 13.49 15.91 32.5 -
YUV 101.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 49 118 153 0.68 0.23 0 0.4 200.19 0.51 0.4
Hex 31 76 99 44 17 0 28 C8 33 28
Octal 61 166 231 104 27 0 50 310 63 50
Binary 110001 1110110 10011001 1000100 10111 0 101000 11001000 110011 101000

Color Harmonies of #317699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317699

Black with #317699

Text Example


Text Example

White with #317699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317699; }

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

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

background-color css

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

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

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

border-color css

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

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

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