Html Css Color HEX #317097 Lochmara

📋 copy color: '#317097'

red 49 ◦ green 112 ◦ blue 151

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

Shades of Lochmara #317097

Tints of Lochmara #317097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

 BLUE value IS 151 (59.38% from 255) = 48.4%

R = 15.71%
G = 35.9%
B = 48.4%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#317097 (or 0x317097) is known color: Lochmara. HEX triplet: 31, 70 and 97. RGB value is (49,112,151). Sum of RGB (Red+Green+Blue) = 49+112+151=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #317097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317097 is #CE8F68. Grayscale: #616161. Windows color (decimal): -13537129 or 9924657. OLE color: 9924657.

HSL color Cylindrical-coordinate representation of color #317097: hue angle of 202.94º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317097 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 112 151 -
CMYK 0.68 0.26 0 0.41
HSL 202.94º 0.51% 0.39% -
HSV(B) 202.94º 0.68% 0.59% -
XYZ 12.65 14.48 31.41 -
YUV 97.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 49 112 151 0.68 0.26 0 0.41 202.94 0.51 0.39
Hex 31 70 97 44 1A 0 29 CB 33 27
Octal 61 160 227 104 32 0 51 313 63 47
Binary 110001 1110000 10010111 1000100 11010 0 101001 11001011 110011 100111

Color Harmonies of #317097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317097

Black with #317097

Text Example


Text Example

White with #317097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317097; }

 p { color: rgb(49,112,151); }

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

background-color css

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

 a { background-color: rgb(49,112,151); }

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

border-color css

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

 span { border-color: rgb(49,112,151); }

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