Html Css Color HEX #31679B Lochmara

📋 copy color: '#31679B'

red 49 ◦ green 103 ◦ blue 155

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

Shades of Lochmara #31679B

Tints of Lochmara #31679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 15.96%
G = 33.55%
B = 50.49%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31679B (or 0x31679B) is known color: Lochmara. HEX triplet: 31, 67 and 9B. RGB value is (49,103,155). Sum of RGB (Red+Green+Blue) = 49+103+155=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #31679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31679B is #CE9864. Grayscale: #5C5C5C. Windows color (decimal): -13539429 or 10184497. OLE color: 10184497.

HSL color Cylindrical-coordinate representation of color #31679B: hue angle of 209.43º 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 #31679B is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 103 155 -
CMYK 0.68 0.34 0 0.39
HSL 209.43º 0.52% 0.4% -
HSV(B) 209.43º 0.68% 0.61% -
XYZ 12.03 12.72 32.83 -
YUV 92.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 49 103 155 0.68 0.34 0 0.39 209.43 0.52 0.4
Hex 31 67 9B 44 22 0 27 D1 34 28
Octal 61 147 233 104 42 0 47 321 64 50
Binary 110001 1100111 10011011 1000100 100010 0 100111 11010001 110100 101000

Color Harmonies of #31679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31679B

Black with #31679B

Text Example


Text Example

White with #31679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31679B; }

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

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

background-color css

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

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

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

border-color css

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

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

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