Html Css Color HEX #316A99 Lochmara

📋 copy color: '#316A99'

red 49 ◦ green 106 ◦ blue 153

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

Shades of Lochmara #316A99

Tints of Lochmara #316A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.42%

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

R = 15.91%
G = 34.42%
B = 49.68%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#316A99 (or 0x316A99) is known color: Lochmara. HEX triplet: 31, 6A and 99. RGB value is (49,106,153). Sum of RGB (Red+Green+Blue) = 49+106+153=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #316A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A99 is #CE9566. Grayscale: #5E5E5E. Windows color (decimal): -13538663 or 10054193. OLE color: 10054193.

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

Color convert

RGB 49 106 153 -
CMYK 0.68 0.31 0 0.4
HSL 207.12º 0.51% 0.4% -
HSV(B) 207.12º 0.68% 0.6% -
XYZ 12.17 13.26 32.06 -
YUV 94.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 49 106 153 0.68 0.31 0 0.4 207.12 0.51 0.4
Hex 31 6A 99 44 1F 0 28 CF 33 28
Octal 61 152 231 104 37 0 50 317 63 50
Binary 110001 1101010 10011001 1000100 11111 0 101000 11001111 110011 101000

Color Harmonies of #316A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A99

Black with #316A99

Text Example


Text Example

White with #316A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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