Html Css Color HEX #317199 Lochmara

📋 copy color: '#317199'

red 49 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #317199

Tints of Lochmara #317199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 15.56%
G = 35.87%
B = 48.57%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317199 (or 0x317199) is known color: Lochmara. HEX triplet: 31, 71 and 99. RGB value is (49,113,153). Sum of RGB (Red+Green+Blue) = 49+113+153=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #317199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317199 is #CE8E66. Grayscale: #626262. Windows color (decimal): -13536871 or 10055985. OLE color: 10055985.

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

Color convert

RGB 49 113 153 -
CMYK 0.68 0.26 0 0.4
HSL 203.08º 0.51% 0.4% -
HSV(B) 203.08º 0.68% 0.6% -
XYZ 12.92 14.76 32.31 -
YUV 98.42 158.8 92.75 -
System Red Green Blue C M Y K H S L
Decimal 49 113 153 0.68 0.26 0 0.4 203.08 0.51 0.4
Hex 31 71 99 44 1A 0 28 CB 33 28
Octal 61 161 231 104 32 0 50 313 63 50
Binary 110001 1110001 10011001 1000100 11010 0 101000 11001011 110011 101000

Color Harmonies of #317199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317199

Black with #317199

Text Example


Text Example

White with #317199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317199; }

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

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

background-color css

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

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

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

border-color css

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

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

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