Html Css Color HEX #317C9D Lochmara

📋 copy color: '#317C9D'

red 49 ◦ green 124 ◦ blue 157

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

Shades of Lochmara #317C9D

Tints of Lochmara #317C9D

RGB

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

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

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

R = 14.85%
G = 37.58%
B = 47.58%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#317C9D (or 0x317C9D) is known color: Lochmara. HEX triplet: 31, 7C and 9D. RGB value is (49,124,157). Sum of RGB (Red+Green+Blue) = 49+124+157=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #317C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C9D is #CE8362. Grayscale: #696969. Windows color (decimal): -13534051 or 10320945. OLE color: 10320945.

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

Color convert

RGB 49 124 157 -
CMYK 0.69 0.21 0 0.38
HSL 198.33º 0.52% 0.4% -
HSV(B) 198.33º 0.69% 0.62% -
XYZ 14.56 17.5 34.51 -
YUV 105.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 49 124 157 0.69 0.21 0 0.38 198.33 0.52 0.4
Hex 31 7C 9D 45 15 0 26 C6 34 28
Octal 61 174 235 105 25 0 46 306 64 50
Binary 110001 1111100 10011101 1000101 10101 0 100110 11000110 110100 101000

Color Harmonies of #317C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C9D

Black with #317C9D

Text Example


Text Example

White with #317C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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