Html Css Color HEX #316F9B Lochmara

📋 copy color: '#316F9B'

red 49 ◦ green 111 ◦ blue 155

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

Shades of Lochmara #316F9B

Tints of Lochmara #316F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 15.56%
G = 35.24%
B = 49.21%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#316F9B (or 0x316F9B) is known color: Lochmara. HEX triplet: 31, 6F and 9B. RGB value is (49,111,155). Sum of RGB (Red+Green+Blue) = 49+111+155=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #316F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F9B is #CE9064. Grayscale: #616161. Windows color (decimal): -13537381 or 10186545. OLE color: 10186545.

HSL color Cylindrical-coordinate representation of color #316F9B: hue angle of 204.91º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316F9B is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 111 155 -
CMYK 0.68 0.28 0 0.39
HSL 204.91º 0.52% 0.4% -
HSV(B) 204.91º 0.68% 0.61% -
XYZ 12.87 14.39 33.11 -
YUV 97.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 49 111 155 0.68 0.28 0 0.39 204.91 0.52 0.4
Hex 31 6F 9B 44 1C 0 27 CD 34 28
Octal 61 157 233 104 34 0 47 315 64 50
Binary 110001 1101111 10011011 1000100 11100 0 100111 11001101 110100 101000

Color Harmonies of #316F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F9B

Black with #316F9B

Text Example


Text Example

White with #316F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316F9B; }

 p { color: rgb(49,111,155); }

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

background-color css

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

 a { background-color: rgb(49,111,155); }

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

border-color css

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

 span { border-color: rgb(49,111,155); }

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