Html Css Color HEX #317B99 Lochmara

📋 copy color: '#317B99'

red 49 ◦ green 123 ◦ blue 153

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

Shades of Lochmara #317B99

Tints of Lochmara #317B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.85%

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

R = 15.08%
G = 37.85%
B = 47.08%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317B99 (or 0x317B99) is known color: Lochmara. HEX triplet: 31, 7B and 99. RGB value is (49,123,153). Sum of RGB (Red+Green+Blue) = 49+123+153=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #317B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B99 is #CE8466. Grayscale: #686868. Windows color (decimal): -13534311 or 10058545. OLE color: 10058545.

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

Color convert

RGB 49 123 153 -
CMYK 0.68 0.20 0 0.4
HSL 197.31º 0.51% 0.4% -
HSV(B) 197.31º 0.68% 0.6% -
XYZ 14.1 17.12 32.7 -
YUV 104.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 49 123 153 0.68 0.20 0 0.4 197.31 0.51 0.4
Hex 31 7B 99 44 14 0 28 C5 33 28
Octal 61 173 231 104 24 0 50 305 63 50
Binary 110001 1111011 10011001 1000100 10100 0 101000 11000101 110011 101000

Color Harmonies of #317B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317B99

Black with #317B99

Text Example


Text Example

White with #317B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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