Html Css Color HEX #317599 Lochmara

📋 copy color: '#317599'

red 49 ◦ green 117 ◦ blue 153

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

Shades of Lochmara #317599

Tints of Lochmara #317599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 15.36%
G = 36.68%
B = 47.96%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317599 (or 0x317599) is known color: Lochmara. HEX triplet: 31, 75 and 99. RGB value is (49,117,153). Sum of RGB (Red+Green+Blue) = 49+117+153=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #317599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317599 is #CE8A66. Grayscale: #646464. Windows color (decimal): -13535847 or 10057009. OLE color: 10057009.

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

Color convert

RGB 49 117 153 -
CMYK 0.68 0.24 0 0.4
HSL 200.77º 0.51% 0.4% -
HSV(B) 200.77º 0.68% 0.6% -
XYZ 13.38 15.68 32.46 -
YUV 100.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 49 117 153 0.68 0.24 0 0.4 200.77 0.51 0.4
Hex 31 75 99 44 18 0 28 C9 33 28
Octal 61 165 231 104 30 0 50 311 63 50
Binary 110001 1110101 10011001 1000100 11000 0 101000 11001001 110011 101000

Color Harmonies of #317599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317599

Black with #317599

Text Example


Text Example

White with #317599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317599; }

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

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

background-color css

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

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

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

border-color css

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

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

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