Html Css Color HEX #317C9E Lochmara

📋 copy color: '#317C9E'

red 49 ◦ green 124 ◦ blue 158

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

Shades of Lochmara #317C9E

Tints of Lochmara #317C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.73%

R = 14.8%
G = 37.46%
B = 47.73%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#317C9E (or 0x317C9E) is known color: Lochmara. HEX triplet: 31, 7C and 9E. RGB value is (49,124,158). Sum of RGB (Red+Green+Blue) = 49+124+158=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #317C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C9E is #CE8361. Grayscale: #696969. Windows color (decimal): -13534050 or 10386481. OLE color: 10386481.

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

Color convert

RGB 49 124 158 -
CMYK 0.69 0.22 0 0.38
HSL 198.72º 0.53% 0.41% -
HSV(B) 198.72º 0.69% 0.62% -
XYZ 14.65 17.54 34.96 -
YUV 105.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 49 124 158 0.69 0.22 0 0.38 198.72 0.53 0.41
Hex 31 7C 9E 45 16 0 26 C7 35 29
Octal 61 174 236 105 26 0 46 307 65 51
Binary 110001 1111100 10011110 1000101 10110 0 100110 11000111 110101 101001

Color Harmonies of #317C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C9E

Black with #317C9E

Text Example


Text Example

White with #317C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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