Html Css Color HEX #317A99 Lochmara

📋 copy color: '#317A99'

red 49 ◦ green 122 ◦ blue 153

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

Shades of Lochmara #317A99

Tints of Lochmara #317A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.65%

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

R = 15.12%
G = 37.65%
B = 47.22%

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

#317A99 (or 0x317A99) is known color: Lochmara. HEX triplet: 31, 7A and 99. RGB value is (49,122,153). Sum of RGB (Red+Green+Blue) = 49+122+153=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #317A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A99 is #CE8566. Grayscale: #676767. Windows color (decimal): -13534567 or 10058289. OLE color: 10058289.

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

Color convert

RGB 49 122 153 -
CMYK 0.68 0.20 0 0.4
HSL 197.88º 0.51% 0.4% -
HSV(B) 197.88º 0.68% 0.6% -
XYZ 13.98 16.87 32.66 -
YUV 103.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 49 122 153 0.68 0.20 0 0.4 197.88 0.51 0.4
Hex 31 7A 99 44 14 0 28 C6 33 28
Octal 61 172 231 104 24 0 50 306 63 50
Binary 110001 1111010 10011001 1000100 10100 0 101000 11000110 110011 101000

Color Harmonies of #317A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317A99

Black with #317A99

Text Example


Text Example

White with #317A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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