Html Css Color HEX #317296 Lochmara

📋 copy color: '#317296'

red 49 ◦ green 114 ◦ blue 150

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

Shades of Lochmara #317296

Tints of Lochmara #317296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 15.65%
G = 36.42%
B = 47.92%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#317296 (or 0x317296) is known color: Lochmara. HEX triplet: 31, 72 and 96. RGB value is (49,114,150). Sum of RGB (Red+Green+Blue) = 49+114+150=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #317296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317296 is #CE8D69. Grayscale: #626262. Windows color (decimal): -13536618 or 9859633. OLE color: 9859633.

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

Color convert

RGB 49 114 150 -
CMYK 0.67 0.24 0 0.41
HSL 201.39º 0.51% 0.39% -
HSV(B) 201.39º 0.67% 0.59% -
XYZ 12.79 14.89 31.05 -
YUV 98.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 49 114 150 0.67 0.24 0 0.41 201.39 0.51 0.39
Hex 31 72 96 43 18 0 29 C9 33 27
Octal 61 162 226 103 30 0 51 311 63 47
Binary 110001 1110010 10010110 1000011 11000 0 101001 11001001 110011 100111

Color Harmonies of #317296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317296

Black with #317296

Text Example


Text Example

White with #317296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317296; }

 p { color: rgb(49,114,150); }

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

background-color css

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

 a { background-color: rgb(49,114,150); }

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

border-color css

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

 span { border-color: rgb(49,114,150); }

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