Html Css Color HEX #317C99 Lochmara

📋 copy color: '#317C99'

red 49 ◦ green 124 ◦ blue 153

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

Shades of Lochmara #317C99

Tints of Lochmara #317C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.04%

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

R = 15.03%
G = 38.04%
B = 46.93%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317C99 (or 0x317C99) is known color: Lochmara. HEX triplet: 31, 7C and 99. RGB value is (49,124,153). Sum of RGB (Red+Green+Blue) = 49+124+153=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #317C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C99 is #CE8366. Grayscale: #686868. Windows color (decimal): -13534055 or 10058801. OLE color: 10058801.

HSL color Cylindrical-coordinate representation of color #317C99: hue angle of 196.73º 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 #317C99 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 124 153 -
CMYK 0.68 0.19 0 0.4
HSL 196.73º 0.51% 0.4% -
HSV(B) 196.73º 0.68% 0.6% -
XYZ 14.22 17.37 32.74 -
YUV 104.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 49 124 153 0.68 0.19 0 0.4 196.73 0.51 0.4
Hex 31 7C 99 44 13 0 28 C5 33 28
Octal 61 174 231 104 23 0 50 305 63 50
Binary 110001 1111100 10011001 1000100 10011 0 101000 11000101 110011 101000

Color Harmonies of #317C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C99

Black with #317C99

Text Example


Text Example

White with #317C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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